fix(domain): 修正WmsMaterialCoilBo中orderBy字段数据类型
- 将orderBy字段从String类型修改为Boolean类型 - 保持TableField注解配置不变
This commit is contained in:
@@ -240,6 +240,6 @@ public class WmsMaterialCoilBo extends BaseEntity {
|
|||||||
|
|
||||||
// 接收前端传来是否排序的字段 OrderBy
|
// 接收前端传来是否排序的字段 OrderBy
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private String orderBy;
|
private Boolean orderBy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user