kyy
10 天以前 930f389ddb381f13e0adef7bba580a7ac3c99f2b
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; } // 物品型号