hudong
2025-05-26 4de1b4fcd9b116573dc5c9ac98747f14c90d1ba3
models/TN_Ll_Order.cs
@@ -16,7 +16,7 @@
        /// 年份
        /// </summary>
        public string S_WLPZNF { get; set; }
        public int S_WLPZND { get; set; }
        public string S_WLPZND { get; set; } = "2025";
        /// <summary>
        /// 仓库编码
        /// </summary>
@@ -59,10 +59,13 @@
        /// 工厂
        /// </summary>
        public string S_FACTORY { get; set; }
        public string UNAME { 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; }
        public string BUDAT { get; set; }
        public string BLDAT { get; set; }
        [SugarColumn(IsIgnore = true)]
        [Navigate(NavigateType.OneToMany, nameof(TN_Ll_detail.S_DO_NO), nameof(S_NO))]