Commit c1212fb7 authored by 吴春's avatar 吴春

提交

parent aa22477a
...@@ -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>
......
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