系统配置新增修改备注
This commit is contained in:
parent
97692460fe
commit
56106b8203
@ -146,6 +146,7 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
ConfigType = model.ConfigType,
|
||||
Update_by = model.Update_by,
|
||||
Update_time = model.Update_time,
|
||||
Remark = model.Remark
|
||||
});
|
||||
|
||||
return SUCCESS(response);
|
||||
|
||||
@ -15,6 +15,7 @@ namespace ZR.Model.Dto
|
||||
public string ConfigKey { get; set; }
|
||||
public string ConfigValue { get; set; }
|
||||
public string ConfigType { get; set; }
|
||||
public string Remark { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user