duhe
2024-10-29 a2fdf7753324a8888dc0bb642998f70bae2f05a5
WebAPI/Models/Gy_OrderLevList.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace WebAPI.Models
{
    public class Gy_OrderLevList
@@ -13,16 +13,16 @@
        public string HShortNumber { get; set; } // 短代码
        public long HParentID { get; set; }      //父级ID
        public long HLevel { get; set; }      //层级
        public long HEndFlag { get; set; }
        public long HEndFlag { get; set; }
        public string HHelpCode { get; set; }   // 助记码
        public string HRemark { get; set; }   // 备注
        public bool HStopflag { get; set; }  //禁用标志
        public bool HUseFlag { get; set; }   //使用状态
        public string HYX { get; set; }//优先级
    }
}