From cd78554c3da306ed8c866d971bee94457665f80c Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期六, 30 八月 2025 17:35:51 +0800 Subject: [PATCH] ERP一期接口 --- 项目代码/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_ProStockInfoDetail.cs | 117 +++++++++------------------------------------------------- 1 files changed, 18 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..5f708fc 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,40 @@ 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, 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