zrg
2024-10-09 243e86af1a7c74c8bfda3bb41f29a11fef13c065
WebAPI/Models/Gy_OrderLevList.cs
@@ -1,16 +1,8 @@
<<<<<<< HEAD
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
=======
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
>>>>>>> dd451fc81f6d07d35c7674db87ca1f9ab7efd08c
namespace WebAPI.Models
{
    public class Gy_OrderLevList
@@ -18,35 +10,19 @@
        public long HItemID { get; set; }     //ID
        public string HNumber { get; set; }   //代码
        public string HName { get; set; }     //名称
<<<<<<< HEAD
        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 HRemark { get; set; }    //备注
        public bool HStopflag { get; set; }  //禁用标志
        public bool HUseFlag { get; set; }   //使用状态
=======
        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; }   //使用状态
>>>>>>> dd451fc81f6d07d35c7674db87ca1f9ab7efd08c
        public string HYX { get; set; }//优先级
    }
}