Commit 224e2f15 authored by liudong1993's avatar liudong1993
parents 69823821 c1212fb7
...@@ -22,6 +22,17 @@ namespace Mall.Model.Entity.Property ...@@ -22,6 +22,17 @@ namespace Mall.Model.Entity.Property
get; get;
set; set;
} }
/// <summary>
/// 商户id
/// </summary>
public int TenantId { get; set; }
/// <summary>
/// 小程序id
/// </summary>
public int MallBaseId { get; set; }
/// <summary> /// <summary>
/// 来源id /// 来源id
/// </summary> /// </summary>
...@@ -31,7 +42,7 @@ namespace Mall.Model.Entity.Property ...@@ -31,7 +42,7 @@ namespace Mall.Model.Entity.Property
set; set;
} }
/// <summary> /// <summary>
/// 来源类型 1仓库操作 2商品操作 3 采购 /// 来源类型 1仓库操作 2商品操作 3 采购,4集团授权,5用户授权
/// </summary> /// </summary>
public int? Type 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