From 7c1f097f91119aaa49699119d026a8f181f54ec4 Mon Sep 17 00:00:00 2001 From: Demo <Demo@DESKTOP-CPA90BF> Date: 星期四, 07 三月 2024 09:55:09 +0800 Subject: [PATCH] 修改打印一级标签生成支码BUG,修改数量判断及包装等级判断错误问题 --- Wms/Model/ModelDto/SysDto/MaterialsDto.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Wms/Model/ModelDto/SysDto/MaterialsDto.cs b/Wms/Model/ModelDto/SysDto/MaterialsDto.cs index 44babc2..a0a4b8f 100644 --- a/Wms/Model/ModelDto/SysDto/MaterialsDto.cs +++ b/Wms/Model/ModelDto/SysDto/MaterialsDto.cs @@ -105,6 +105,16 @@ public int LowInventory { get; set; } /// <summary> + /// 绫诲埆缂栫爜 + /// </summary> + public string CategoryNo { get; set; } + + /// <summary> + /// 绫诲埆鍚嶇О + /// </summary> + public string CategoryName { get; set; } + + /// <summary> /// 澶囨敞 /// </summary> public string Demo { get; set; } -- Gitblit v1.8.0