调整载具查询返回接口,子载具编号赋值逻辑
This commit is contained in:
@@ -14,4 +14,9 @@ public partial class WmsCarryCode
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string material_name { get; set; }
|
||||
/// <summary>
|
||||
/// 子载具编号
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string member_carrycode { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user