hudong
2025-05-14 f45adc67774453c32b7ba39a2c7edff7e7bfa0c8
models/TN_Outbound_Order.cs
@@ -12,8 +12,8 @@
        /// 出库单号
        /// </summary>
        public string S_NO { get; set; }
        public DateTime? BUDAT { get; set; }
        public DateTime? BLDAT { get; set; }
        public string BUDAT { get; set; }
        public string BLDAT { get; set; }
        public string UNAME { get; set; }
        public string BKTXT { get; set; }
        public string SOBKZ { get; set; }
@@ -23,7 +23,7 @@
        public string S_WLPZNF { get; set; }
        public string S_WLPZHXM { get; set; }
        public string S_WLPZ { get; set; }
        public int S_WLPZND { get; set; }
        public string S_WLPZND { get; set; }
        /// <summary>
        /// 仓库编码
        /// </summary>
@@ -66,10 +66,10 @@
        /// 工厂
        /// </summary>
        public string S_FACTORY { get; set; }
        //public string S_GZRY { get; set; }
        public string S_CBZX { get; set; }
        public string S_LRZX { get; set; }
        public string S_ZZKM { get; set; }
        public string S_PZRQ { get; set; }
        [SugarColumn(IsIgnore = true)]
        [Navigate(NavigateType.OneToMany, nameof(TN_Outbound_Detail.S_DO_NO), nameof(S_NO))]