fix 修复demo模块字段类型错误问题。

This commit is contained in:
konbai
2022-03-18 20:38:17 +08:00
parent 5f0481c067
commit f2a2c2d407
3 changed files with 10 additions and 10 deletions
@@ -39,7 +39,7 @@ public class TestDemo extends BaseEntity {
* 排序号
*/
@OrderBy(asc = false, sort = 1)
private Long orderNum;
private Integer orderNum;
/**
* key键