系统配置新增修改备注

This commit is contained in:
不做码农 2021-12-04 18:19:18 +08:00
parent 97692460fe
commit 56106b8203
2 changed files with 2 additions and 0 deletions

View File

@ -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);

View File

@ -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>