fix 修复 TestDemo 的 bo 和 vo 与 entity 属性类型不匹配问题

feature/model
疯狂的狮子Li 3 years ago
parent af6a08398e
commit f668089e64

@ -49,7 +49,7 @@ public class TestDemoBo extends BaseEntity {
*/
@ApiModelProperty("排序号")
@NotNull(message = "排序号不能为空", groups = {AddGroup.class, EditGroup.class})
private Long orderNum;
private Integer orderNum;
/**
* key

@ -48,7 +48,7 @@ public class TestDemoVo {
*/
@ExcelProperty(value = "排序号")
@ApiModelProperty("排序号")
private Long orderNum;
private Integer orderNum;
/**
* key

Loading…
Cancel
Save