|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package cn.estsh.i3plus.pojo.model.form;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.annotation.AnnoOutputColumn;
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.common.Pager;
|
|
|
|
|
import cn.estsh.i3plus.pojo.form.bean.*;
|
|
|
|
|
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
|
|
|
|
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
|
|
|
|
@ -56,6 +57,9 @@ public class ElementModel{
|
|
|
|
|
@ApiParam(value = "元素类型")
|
|
|
|
|
private Integer elementType;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "分页信息")
|
|
|
|
|
private Pager pager;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "排序属性")
|
|
|
|
|
public String orderByParam;
|
|
|
|
|
|
|
|
|
|