From 83e43daf047e1747216c4d1d706e125ba2379f97 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期三, 12 二月 2025 16:38:32 +0800
Subject: [PATCH] 新增销售退货扫码上传生单方法,销售退货扫描源单条码方法
---
SyntacticSugar/SyntacticSugar.csproj | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/SyntacticSugar/SyntacticSugar.csproj b/SyntacticSugar/SyntacticSugar.csproj
index 654816b..8ae8b0a 100644
--- a/SyntacticSugar/SyntacticSugar.csproj
+++ b/SyntacticSugar/SyntacticSugar.csproj
@@ -41,14 +41,14 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="constant\RoleConstant.cs" />
<Compile Include="constant\TypeConstant.cs" />
<Compile Include="constant\CodeConstant.cs" />
<Compile Include="constant\CountConstant.cs" />
<Compile Include="constant\TimeConstant.cs" />
+ <Compile Include="enums\SecurityEnum.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
- <ItemGroup>
- <Folder Include="enums\" />
- </ItemGroup>
+ <ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file
--
Gitblit v1.9.1