1.增加刷新库位显示库存接口
2.增加任务物料唯一码的保存
This commit is contained in:
@ -93,6 +93,12 @@ namespace WCS.BLL.DbModels
|
||||
[SugarColumn(ColumnName = "mat_batch", Length = 150, IsNullable = true, ColumnDescription = "物料批次")]
|
||||
public string MatBatch { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料SN 物料唯一码
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "mat_sn", Length = 150, IsNullable = true, ColumnDescription = "物料SN物料唯一码")]
|
||||
public string MatSN { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料数量
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user