update orderby
This commit is contained in:
parent
3e09fce5ae
commit
4a1c131bbb
|
@ -60,7 +60,7 @@ public class GwSlideshow extends BaseEntity {
|
||||||
private String isTop;
|
private String isTop;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 类别: 0-党建 1-新闻
|
* 类别: 0-党建 1-新闻 3-业务
|
||||||
*/
|
*/
|
||||||
private String type;
|
private String type;
|
||||||
/**
|
/**
|
||||||
|
@ -72,4 +72,10 @@ public class GwSlideshow extends BaseEntity {
|
||||||
*/
|
*/
|
||||||
private Long updateUserId;
|
private Long updateUserId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 排序吗
|
||||||
|
*/
|
||||||
|
private String orderBy;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -76,4 +76,9 @@ public class GwSlideshowBo extends BaseEntity {
|
||||||
*/
|
*/
|
||||||
private String type;
|
private String type;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 排序吗
|
||||||
|
*/
|
||||||
|
private String orderBy;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -97,5 +97,9 @@ public class GwSlideshowVo {
|
||||||
@ExcelProperty(value = "更新者id")
|
@ExcelProperty(value = "更新者id")
|
||||||
private Long updateUserId;
|
private Long updateUserId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 排序吗
|
||||||
|
*/
|
||||||
|
private String orderBy;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<result property="updateBy" column="update_by"/>
|
<result property="updateBy" column="update_by"/>
|
||||||
<result property="updateUserId" column="update_user_id"/>
|
<result property="updateUserId" column="update_user_id"/>
|
||||||
<result property="updateTime" column="update_time"/>
|
<result property="updateTime" column="update_time"/>
|
||||||
|
<result property="orderBy" column="order_by"/>
|
||||||
</resultMap>
|
</resultMap>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user