123
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.ruoyi.cai.dto.admin;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@Data
|
||||
public class SystemConfigResponse implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 823337632804304288L;
|
||||
private String key;
|
||||
private String desc;
|
||||
private String value;
|
||||
}
|
||||
Reference in New Issue
Block a user