配置文件
This commit is contained in:
parent
3927ccefd9
commit
e5c5c698d1
@ -24,7 +24,7 @@ namespace MDM.Controllers.Material
|
||||
/// <summary>
|
||||
/// 物料类别
|
||||
/// </summary>
|
||||
[Verify]
|
||||
[AllowAnonymous]
|
||||
[Route("MasterDataManagement/Material/MaterialType")]
|
||||
public class MaterialTypeController : BaseController
|
||||
{
|
||||
|
||||
@ -28,17 +28,17 @@ namespace MDM.Model.Material.Dto
|
||||
|
||||
public string Code { get; set; }
|
||||
|
||||
public string ParentCode { get; set; }
|
||||
public string? ParentCode { get; set; }
|
||||
|
||||
public int? Status { get; set; }
|
||||
|
||||
public string Remark { get; set; }
|
||||
|
||||
public string CreatedBy { get; set; }
|
||||
public string? CreatedBy { get; set; }
|
||||
|
||||
public DateTime? CreatedTime { get; set; }
|
||||
|
||||
public string UpdatedBy { get; set; }
|
||||
public string? UpdatedBy { get; set; }
|
||||
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
|
||||
|
||||
@ -13,10 +13,10 @@
|
||||
"CodeGenDbConfig": {
|
||||
//代码生成连接字符串,注意{dbName}为固定格式,不要填写数据库名
|
||||
//"Conn": "Data Source=139.224.232.211;User ID=root;Password=RIZOtech123;Initial Catalog={dbName};Port=3308;",
|
||||
"Conn": "Data Source=192.168.1.48;User ID=root;Password=123456;Initial Catalog={dbName};Port=3306;",
|
||||
"DbType": 0,
|
||||
//"Conn": "Data Source=192.168.1.48;User ID=root;Password=123456;Initial Catalog={dbName};Port=3306;",
|
||||
"Conn": "Data Source=118.25.48.201;User ID=root;Password=123456;Initial Catalog={dbName};Port=3306;",
|
||||
"IsAutoCloseConnection": true,
|
||||
"DbName": "general_line_mes" //代码生成默认连接数据库,Oracle库是实例的名称
|
||||
"DbName": "valeo_line_mes" //代码生成默认连接数据库,Oracle库是实例的名称
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user