1
wtt
2025-04-27 dc94a30d6c792eb781d29521cefba7f8efa99a62
WebAPI/Models/Gy_WorkCenter.cs
@@ -12,17 +12,21 @@
        public string HName { get; set; }         //  
        public string HHelpCode { get; set; }      //助记码
        public string HShortNumber { get; set; }   //短代码
        public string HEndFlag { get; set; }      //末级标志
        public string HStopflag { get; set; }     //禁用标志
        public bool HEndFlag { get; set; }      //末级标志
        public bool HStopflag { get; set; }     //禁用标志
        public string HRemark { get; set; }       //备注
        public string HUseFlag { get; set; }      //使用标志
        public long HParentID { get; set; }      //父级ID
        public string HDeptNumber { get; set; }
        public long HDeptID { get; set; }
        public long HWorkTimes { get; set; }
        public long HQty { get; set; }
        public long HProcID { get; set; }
        public long HLevel { get; set; }
        public long HDayMoney { get; set; }
        public int HUSEORGID { get; set; }
        public int HCREATEORGID { get; set; }
        public string HBarCodeForBase { get; set; }
        
    }