From ef517af50613c209b8f78fc29f276f748a98a2b0 Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期五, 02 九月 2022 09:36:20 +0800 Subject: [PATCH] 生产资源列表 新增字段 mac地址 HMacAddr varchar(100) //设备MAC地址 设备档案列表 新增字段 生产资源 HSourceID int //对应生产资源(Gy_Source) --- BaseSet/BaseSet.csproj | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/BaseSet/BaseSet.csproj b/BaseSet/BaseSet.csproj index 239fba4..5ba733e 100644 --- a/BaseSet/BaseSet.csproj +++ b/BaseSet/BaseSet.csproj @@ -195,6 +195,12 @@ <Compile Include="鍏敤璧勬枡\鍏敤鍩虹璧勬枡\Gy_ConveyComp.designer.cs"> <DependentUpon>Gy_ConveyComp.cs</DependentUpon> </Compile> + <Compile Include="鍏敤璧勬枡\鍏敤鍩虹璧勬枡\Gy_FactoryDayOff.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="鍏敤璧勬枡\鍏敤鍩虹璧勬枡\Gy_FactoryDayOff.designer.cs"> + <DependentUpon>Gy_FactoryDayOff.cs</DependentUpon> + </Compile> <Compile Include="鍏敤璧勬枡\鍏敤鍩虹璧勬枡\Gy_EntryComp.cs"> <SubType>Form</SubType> </Compile> @@ -1646,6 +1652,10 @@ <DependentUpon>Gy_ConveyComp.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> + <EmbeddedResource Include="鍏敤璧勬枡\鍏敤鍩虹璧勬枡\Gy_FactoryDayOff.resx"> + <DependentUpon>Gy_FactoryDayOff.cs</DependentUpon> + <SubType>Designer</SubType> + </EmbeddedResource> <EmbeddedResource Include="鍏敤璧勬枡\鍏敤鍩虹璧勬枡\Gy_EntryComp.resx"> <DependentUpon>Gy_EntryComp.cs</DependentUpon> <SubType>Designer</SubType> -- Gitblit v1.9.1