王 垚
2021-11-01 4f8a2163ba4b35a081581a17284bb1c126cb4415
WebAPI/Models/Gy_OrderLevList.cs
@@ -7,22 +7,22 @@
{
    public class Gy_OrderLevList
    {
        public long HItemID { get; set; }     ID
        public string HNumber { get; set; }   代码
        public string HName { get; set; }     名称
        public string HShortNumber { get; set; }  短代码
        public long HParentID { get; set; }      父级ID
        public long HLevel { get; set; }      层级
        public long HItemID { get; set; }     //ID
        public string HNumber { get; set; }   //代码
        public string HName { get; set; }     //名称
        public string HShortNumber { get; set; } // 短代码
        public long HParentID { get; set; }      //父级ID
        public long HLevel { get; set; }      //层级
        public long HEndFlag { get; set; }      
 
        public string HHelpCode { get; set; }    助记码
        public string HHelpCode { get; set; }   // 助记码
 
        public string HRemark { get; set; }    备注
        public string HRemark { get; set; }   // 备注
 
        public bool HStopflag { get; set; }  禁用标志
        public bool HStopflag { get; set; }  //禁用标志
 
        public bool HUseFlag { get; set; }   使用状态
        public bool HUseFlag { get; set; }   //使用状态
 
        public string HYX { get; set; }优先级
        public string HYX { get; set; }//优先级
    }
}