update domain class
This commit is contained in:
parent
7534b2e153
commit
847a4d23db
@ -41,7 +41,7 @@ public class CategoryEntity implements Serializable {
|
||||
*/
|
||||
private String cateName;
|
||||
/**
|
||||
* 是否推荐(1推荐)
|
||||
* 是否推荐
|
||||
*/
|
||||
private Integer isTop;
|
||||
/**
|
||||
|
@ -31,22 +31,13 @@ import lombok.Data;
|
||||
public class SystemEntity implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@TableId
|
||||
private String config;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
private String value;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
private String extend;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
private String intro;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user