parent
6d2f104a43
commit
0b0f2ee8ea
@ -59,4 +59,9 @@ public class TestDemoBo extends BaseEntity {
|
|||||||
@NotBlank(message = "值不能为空", groups = {AddGroup.class, EditGroup.class})
|
@NotBlank(message = "值不能为空", groups = {AddGroup.class, EditGroup.class})
|
||||||
private String value;
|
private String value;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 版本
|
||||||
|
*/
|
||||||
|
private Long version;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -108,4 +108,9 @@ public class TestDemoVo implements Serializable {
|
|||||||
@ExcelProperty(value = "更新人账号")
|
@ExcelProperty(value = "更新人账号")
|
||||||
private String updateByName;
|
private String updateByName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 版本
|
||||||
|
*/
|
||||||
|
private Long version;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user