pzy
2024-10-03 0092c2dd790c0e41a06e773db937beed932abd7c
WebAPI/Models/Gy_OrderBackInfo.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace WebAPI.Models
{
    public class Gy_OrderBackInfo
@@ -14,14 +14,14 @@
        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; }   //使用状态
    }
}