载具查询返回接口,新增 供应商ID,检验结论,入库时间
This commit is contained in:
@@ -15,4 +15,15 @@ public partial class WmsCarryH
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public int is_sign { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 供应商
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string supplier_id { get; set; }
|
||||
/// <summary>
|
||||
/// 入库时间
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public DateTime instock_time { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user