王 垚
2021-11-01 4f8a2163ba4b35a081581a17284bb1c126cb4415
nothing
2个文件已修改
28 ■■■■■ 已修改文件
WebAPI/Models/Gy_OrderLevList.cs 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/WebAPI.csproj 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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; }//优先级
    }
}
WebAPI/WebAPI.csproj
@@ -281,8 +281,6 @@
    <Compile Include="Controllers\BaseSet\Gy_ClassTimePrjController.cs" />
    <Compile Include="Controllers\BaseSet\Gy_OrderBackInfoController.cs" />
    <Compile Include="Controllers\BaseSet\Gy_OrderLevController.cs" />
    <Compile Include="Controllers\BaseSet\Gy_WorkPayTypeController.cs" />
    <Compile Include="Controllers\BaseSet\Gy_WorkTypeController.cs" />
    <Compile Include="Controllers\BaseSet\Xt_DataDictionary_TableController.cs" />
    <Compile Include="Controllers\BaseSet\Gy_ModelTypeController.cs" />
    <Compile Include="Controllers\BaseSet\Gy_QCCheckClassController.cs" />
@@ -334,8 +332,8 @@
    <Compile Include="Controllers\MJGL\Sc_MouldProdInBillController.cs" />
    <Compile Include="Controllers\MJGL\Sc_MouldRepairChangeBillController.cs" />
    <Compile Include="Controllers\MJGL\Sc_MouldRepairOutBillController.cs" />
    <Compile Include="Controllers\MJGL\Sc_MouldScrapInBillController.cs" />
    <Compile Include="Controllers\MJGL\Sc_MouldOtherOutBillController.cs" />
    <Compile Include="Controllers\MJGL\Sc_MouldScrapInBillController.cs" />
    <Compile Include="Controllers\MJJY\Mj_PDA_MoudlCheckController.cs" />
    <Compile Include="Controllers\Open_PrintTemController.cs" />
    <Compile Include="Controllers\Pay_OtherBalBillController.cs" />
@@ -457,8 +455,6 @@
    <Compile Include="Models\Xt_DataDictionary_Table.cs" />
    <Compile Include="Models\Gy_User.cs" />
    <Compile Include="Models\Gy_UserSupper.cs" />
    <Compile Include="Models\Gy_WorkPayType.cs" />
    <Compile Include="Models\Gy_WorkType.cs" />
    <Compile Include="Models\Menu.cs" />
    <Compile Include="Models\ModelConvertHelper.cs" />
    <Compile Include="Models\Pay_OtherBalBill.cs" />