This commit is contained in:
卢江海 2025-03-26 14:01:00 +08:00
parent 9a05103503
commit 752790f5c6
5 changed files with 21 additions and 3 deletions

View File

@ -27,6 +27,10 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="Controllers\MES\SmartScreen\People\" />
<Folder Include="Controllers\MES\SmartScreen\Order\" />
<Folder Include="Controllers\MES\SmartScreen\Material\" />
<Folder Include="Controllers\MES\SmartScreen\Quality\" />
<Folder Include="Properties\PublishProfiles\" /> <Folder Include="Properties\PublishProfiles\" />
</ItemGroup> </ItemGroup>

View File

@ -2,8 +2,8 @@
"dbConfigs": [ "dbConfigs": [
{ {
// //
//"Conn": "Data Source=192.168.1.106;User ID=root;Password=123456;Initial Catalog=bzfm_mes;Port=3306", "Conn": "Data Source=127.0.0.1;User ID=root;Password=123456;Initial Catalog=bzfm_mes;Port=3306",
"Conn": "Data Source=139.224.232.211;User ID=root;Password=doantech123;Initial Catalog=bzfm_mes;Port=3308", //"Conn": "Data Source=139.224.232.211;User ID=root;Password=doantech123;Initial Catalog=bzfm_mes;Port=3308",
// "Conn": "Data Source=192.168.0.58;User ID=root;Password=123456;Initial Catalog=bzfm_mes;Port=3306", // "Conn": "Data Source=192.168.0.58;User ID=root;Password=123456;Initial Catalog=bzfm_mes;Port=3306",
"DbType": 0, // MySql = 0, SqlServer = 1, Oracle = 3PgSql = 4 "DbType": 0, // MySql = 0, SqlServer = 1, Oracle = 3PgSql = 4
"ConfigId": "0", // "ConfigId": "0", //
@ -14,7 +14,7 @@
// //
"CodeGenDbConfig": { "CodeGenDbConfig": {
//{dbName} //{dbName}
"Conn": "Data Source=192.168.0.58;User ID=root;Password=123456;Initial Catalog={dbName};Port=3306", "Conn": "Data Source=127.0.0.1;User ID=root;Password=123456;Initial Catalog={dbName};Port=3306",
"DbType": 0, "DbType": 0,
"IsAutoCloseConnection": true, "IsAutoCloseConnection": true,
"DbName": "bzfm_mes" //,Oracle "DbName": "bzfm_mes" //,Oracle

View File

@ -12,4 +12,11 @@
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.4.169" /> <PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.4.169" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" /> <PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="MES\SmartScreen\Order\" />
<Folder Include="MES\SmartScreen\People\" />
<Folder Include="MES\SmartScreen\Material\" />
<Folder Include="MES\SmartScreen\Quality\" />
</ItemGroup>
</Project> </Project>

View File

@ -15,5 +15,11 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\DOAN.ServiceCore\DOAN.ServiceCore.csproj" /> <ProjectReference Include="..\DOAN.ServiceCore\DOAN.ServiceCore.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="MES\SmartScreen\Material\IService\" />
<Folder Include="MES\SmartScreen\Order\IService\" />
<Folder Include="MES\SmartScreen\People\IService\" />
<Folder Include="MES\SmartScreen\Quality\IService\" />
</ItemGroup>
</Project> </Project>

1
beizeValveMesVue Submodule

@ -0,0 +1 @@
Subproject commit 735f36a3984214b70eeb97fafe4b0f44078408d6