抛光管理,完成抛光仓库入库,盘点,生成日志 条件查询功能

This commit is contained in:
2024-07-25 17:36:22 +08:00
parent 11d23f211f
commit d3029ed1e4
12 changed files with 1062 additions and 1 deletions

View File

@@ -168,6 +168,14 @@ namespace ZR.Model.MES.wms.Dto
}
/// <summary>
/// 物料下拉查询表
/// </summary>
public class WmMaterialSelectOptions
{
public string Key { get; set; }
public string Label { get; set; }
public string Value { get; set; }
}
}