kyy
10 小时以前 fd8a1399090dd3a57b557a7c8d270362397bc21f
entity/Base/ItemDetailModel.cs
@@ -5,6 +5,7 @@
//调拨出入库单通用类
public class ItemDetailModel
{
    public string ItemId { get; set; } // 物品Id
    public string ItemNo { get; set; } // 物品编号
    public string ItemName { get; set; } // 物品名称
    public string ItemModel { get; set; } // 物品型号