95f10dc6 by chentao

新增系列排序

1 parent da7fff85
......@@ -53,4 +53,9 @@ public class BuildingBlock extends BaseEntity {
@TableLogic
private String delFlag;
/**
* 排序
*/
private Long sort;
}
......
......@@ -40,4 +40,9 @@ public class BuildingBlockBo extends BaseBO {
*/
@NotBlank(message = "图片不能为空")
private String ossId;
/**
* 排序
*/
private Long sort;
}
......
......@@ -48,4 +48,9 @@ public class BuildingBlockVo {
* 前端APP数据国际化(zh_CN、en_US、ru_RU)
*/
private String language;
/**
* 排序
*/
private Long sort;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!