From 9811daeae3cbb29a5bff69534a87e22b10c0a3e5 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期三, 18 十二月 2024 09:07:44 +0800 Subject: [PATCH] 更新代码 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrder.cs | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrder.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrder.cs" index 5ce6efe..eb69f09 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrder.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_InboundOrder.cs" @@ -5,6 +5,7 @@ using System.Text; using System.Threading.Tasks; using WIDESEA_Core.Attributes; +using WIDESEA_Core.CodeConfigEnum; using WIDESEA_Core.DB.Models; namespace WIDESEA_Model.Models @@ -15,13 +16,19 @@ [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] public int Id { get; set; } - [CodeRule(WIDESEA_Core.Enums.RuleCode.InboundOrderRule)] + [CodeRule(RuleCodeEnum.InboundOrderRule)] [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍗曟嵁缂栧彿")] - public string OrderNo { get; set; } + public string InboundOrderNo { get; set; } [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "涓婃父鍗曟嵁缂栧彿")] public string UpperOrderNo { get; set; } + [SugarColumn(IsNullable = false, ColumnDescription = "")] + public int WarehouseId { get; set; } + + [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "")] + public string SupplierId { get; set; } + [SugarColumn(IsNullable = false, ColumnDescription = "鍗曟嵁绫诲瀷")] public int OrderType { get; set; } -- Gitblit v1.9.3