From 1f121db427cc068eee97b699c410d1b5f320e867 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期六, 06 九月 2025 14:26:27 +0800 Subject: [PATCH] 最新代码提交 --- 项目代码/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfoDetail.cs | 137 ++++++++++++--------------------------------- 1 files changed, 38 insertions(+), 99 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfoDetail.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfoDetail.cs" index ef5ebb5..7da79a9 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfoDetail.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfoDetail.cs" @@ -21,121 +21,60 @@ public int Id { get; set; } /// <summary> - /// 鎴愬搧搴撳瓨涓婚敭 + /// 搴撳瓨涓婚敭 /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "鎴愬搧搴撳瓨涓婚敭")] public int ProStockId { get; set; } /// <summary> - /// 鍑哄簱鏄庣粏涓婚敭 + /// 鐗╂枡缂栫爜 /// </summary> - [SugarColumn(IsNullable = false, ColumnDescription = "鍑哄簱鏄庣粏涓婚敭")] - public int OutDetailId { get; set; } - /// <summary> - /// 鎴愬搧鍑哄簱鏄庣粏閿�鍞彿 - /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎴愬搧鍑哄簱鏄庣粏閿�鍞彿")] - public string OutDetailSaleNo { get; set; } - /// <summary> - /// 鎴愬搧鍑哄簱鍗曞彿 - /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎴愬搧鍑哄簱鍗曞彿")] - public string OutProNo { get; set; } - /// <summary> - /// 鍒嗛厤鏃犵粨瀛樻暟閲忓垹闄ゆ爣璇� - /// </summary> - [SugarColumn(IsNullable = false, ColumnDescription = "鍒嗛厤鏃犵粨瀛樻暟閲忓垹闄ゆ爣璇�")] - public int AssignDel { get; set; } - /// <summary> - /// 鍐呭寘鍙� - /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍐呭寘鍙�")] - public string BagNo { get; set; } - /// <summary> - /// 浜у搧缂栫爜 - /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "浜у搧缂栫爜")] + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鐗╂枡缂栫爜")] public string ProductCode { get; set; } + + /// <summary> + /// 鐗╂枡鍚嶇О + /// </summary> + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鐗╂枡鍚嶇О")] + public string ProductName { get; set; } + + /// <summary> + /// 瑙勬牸 + /// </summary> + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "瑙勬牸")] + public string ProductSpec { get; set; } + + /// <summary> + /// 鍗曚綅 + /// </summary> + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍗曚綅")] + public string ProductUnit { get; set; } + + + + /// <summary> + /// 搴撳瓨鏁� + /// </summary> + [SugarColumn(IsNullable = false, ColumnDescription = "搴撳瓨鏁�")] + public float StockQty { get; set; } + /// <summary> /// 鍑哄簱鏁伴噺 /// </summary> - [SugarColumn(IsNullable = false, ColumnDescription = "鍑哄簱鏁伴噺")] + [SugarColumn(IsNullable = true, ColumnDescription = "鍑哄簱鏁伴噺")] public float OutboundQuantity { get; set; } + /// <summary> - /// 鍑哄簱SET鏁伴噺 + /// 搴撳瓨鏄庣粏鐘舵�� /// </summary> - [SugarColumn(IsNullable = false, ColumnDescription = "鍑哄簱SET鏁伴噺")] - public float OutSETQty { get; set; } - /// <summary> - /// 鎴愬搧搴撳瓨鏄庣粏鐘舵�� - /// </summary> - [SugarColumn(IsNullable = false, ColumnDescription = "鎴愬搧搴撳瓨鏄庣粏鐘舵��")] - public int ProOutDetailStatus { get; set; } - /// <summary> - /// 鐗堟湰 - /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鐗堟湰")] - public string ProductVersion { get; set; } - /// <summary> - /// 鍖呰SET鏁伴噺 - /// </summary> - [SugarColumn(IsNullable = false, ColumnDescription = "鍖呰SET鏁伴噺")] - public float SETQty { get; set; } - /// <summary> - /// 搴撳瓨鍚堟牸PCS鏁� - /// </summary> - [SugarColumn(IsNullable = false, ColumnDescription = "搴撳瓨鍚堟牸PCS鏁�")] - public float StockPcsQty { get; set; } - /// <summary> - /// 鍛ㄦ湡 - /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍛ㄦ湡")] - public string DateCode { get; set; } - /// <summary> - /// X鏁� - /// </summary> - [SugarColumn(IsNullable = false, ColumnDescription = "X鏁�")] - public float XQty { get; set; } - /// <summary> - /// X浣� - /// </summary> - [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "X浣�")] - public string XSite { get; set; } - - /// <summary> - /// 鍐呭寘閲嶉噺 - /// </summary> - [SugarColumn(IsNullable = false, ColumnDescription = "鍐呭寘閲嶉噺")] - public float Weight { get; set; } - /// <summary> - /// 鍖呰鏃堕棿 - /// </summary> - [SugarColumn(IsNullable = true, ColumnDescription = "鍖呰鏃堕棿")] - public DateTime PackingDate { get; set; } + [SugarColumn(IsNullable = false, ColumnDescription = "搴撳瓨鏄庣粏鐘舵��")] + public int ProStockDetailStatus { get; set; } + /// <summary> /// 鎵规鍙� /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵规鍙�")] + [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎵规鍙�")] public string LotNumber { get; set; } - /// <summary> - /// ERP宸ュ崟 - /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "ERP宸ュ崟")] - public string ERPOrder { get; set; } - /// <summary> - /// 鍒堕�犺鍗� - /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍒堕�犺鍗�")] - public string MoNumber { get; set; } - /// <summary> - /// 閿�鍞鍗� - /// </summary> - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "閿�鍞鍗�")] - public string SaleOrder { get; set; } - /// <summary> - /// 閿�鍞寚娲剧増鏈� - /// </summary> - [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "閿�鍞寚娲剧増鏈�")] - public string SpecifyVer { get; set; } + /// <summary> /// 澶囨敞 /// </summary> -- Gitblit v1.9.3