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

Submodule beizeValveMesVue added at 735f36a398