fix 修复 TestDemo 的 bo 和 vo 与 entity 属性类型不匹配问题
This commit is contained in:
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…
x
Reference in New Issue
Block a user