mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-09 07:42:23 +08:00
处理配置sql 备注信息问题
This commit is contained in:
@@ -27,6 +27,9 @@ public class SystemConfig implements Serializable {
|
||||
@ApiModelProperty("值")
|
||||
private String value;
|
||||
|
||||
@ApiModelProperty("备注信息")
|
||||
private String remarks;
|
||||
|
||||
@ApiModelProperty("创建时间")
|
||||
private Long createTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user