Commit 224e2f15 authored by liudong1993's avatar liudong1993
parents 69823821 c1212fb7
......@@ -22,6 +22,17 @@ namespace Mall.Model.Entity.Property
get;
set;
}
/// <summary>
/// 商户id
/// </summary>
public int TenantId { get; set; }
/// <summary>
/// 小程序id
/// </summary>
public int MallBaseId { get; set; }
/// <summary>
/// 来源id
/// </summary>
......@@ -31,7 +42,7 @@ namespace Mall.Model.Entity.Property
set;
}
/// <summary>
/// 来源类型 1仓库操作 2商品操作 3 采购
/// 来源类型 1仓库操作 2商品操作 3 采购,4集团授权,5用户授权
/// </summary>
public int? Type
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment