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