南骏 池
8 天以前 1d976f52878c9f776146502037377310921e5a21
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; } // 物品型号
@@ -16,6 +17,7 @@
    public decimal? DSQty { get; set; } // 待扫数量
    public decimal? RQty { get; set; } // 调入已扫数量
    public string Pid { get; set; } // 关联字段
    public string FMaterialId { get; set; } // 材料 ID
    public string FMaterialId { get; set; } // 材料
    public string DAA001 { get; set; } // 材料 ID
    public string Id { get; set; } // 主键 ID
}