From 62a125536867798e695acb5743598345540266d8 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期日, 05 五月 2024 19:36:03 +0800 Subject: [PATCH] 条码自动生成:根据产品当天的生产数获取产品条码的最大流水号 --- WebAPI/WebAPI.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index 72351ca..24962fd 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -654,6 +654,8 @@ <Compile Include="DLL\ClsGy_AreaSet_Ctl.cs" /> <Compile Include="DLL\ClsGy_CusType_Ctl.cs" /> <Compile Include="DLL\ClsGy_ErrMsgBackType_Ctl.cs" /> + <Compile Include="DLL\ClsGy_TaskClass_Ctl.cs" /> + <Compile Include="DLL\ClsGy_ProjectClass_Ctl.cs" /> <Compile Include="DLL\ClsGy_StockCheckItem_Ctl.cs" /> <Compile Include="DLL\ClsGy_ProjectMoney_Ctl.cs" /> <Compile Include="DLL\ClsGy_SupType_Ctl.cs" /> -- Gitblit v1.9.1