Commit 8f49169d authored by liudong1993's avatar liudong1993

1修复bug

parent 1452b7bb
...@@ -640,8 +640,13 @@ namespace Mall.Model.Entity.Product ...@@ -640,8 +640,13 @@ namespace Mall.Model.Entity.Product
} }
/// <summary> /// <summary>
/// 创建人 /// 默认值
/// </summary> /// </summary>
public int CreateBy { get; set; } private int create_by = -1;
/// <summary>
/// 创建人1
/// </summary>
public int CreateBy { get => create_by; set => create_by= value; }
} }
} }
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