成品入库 接口

This commit is contained in:
xiaowei.song
2024-03-13 11:34:36 +08:00
parent 55c83b2b7c
commit 59f7962ffc
6 changed files with 115 additions and 5 deletions

View File

@@ -6,14 +6,14 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"urls": "http://localhost:8888", //app会默认去读项目启动url如果改动端口前端对应devServer也需要进行修改
"urls": "http://0.0.0.0:8888", //app会默认去读项目启动url如果改动端口前端对应devServer也需要进行修改
"dbConfigs": [
{
//外网连接服务器
"Conn": "Data Source=47.116.122.230;Port=3307;User ID=root;Password=123456;Initial Catalog=ZrAdmin;",
//"Conn": "Data Source=47.116.122.230;Port=3307;User ID=root;Password=123456;Initial Catalog=ZrAdmin;",
//内网连接服务器
// "Conn": "Data Source=127.0.0.1;Port=3306;User ID=root;Password=123456;Initial Catalog=ZrAdmin;",
"Conn": "Data Source=192.168.0.36;Port=3306;User ID=root;Password=123456;Initial Catalog=ZrAdmin;",
"Type": 0, //数据库类型 MySql = 0, SqlServer = 1, Oracle = 3PgSql = 4,
"ConfigId": "0", //多租户唯一标识
"IsAutoCloseConnection": true