自定义表单 初始化

yun-zuoyi
wei.peng 6 years ago
parent 1197412359
commit 0d8c69a9c6

@ -1,5 +1,6 @@
package cn.estsh.i3plus.pojo.form.bean; package cn.estsh.i3plus.pojo.form.bean;
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
@ -27,7 +28,7 @@ import javax.persistence.Table;
@EqualsAndHashCode(callSuper = true) @EqualsAndHashCode(callSuper = true)
@Table(name="bf_ref_element_property_virtual_detail") @Table(name="bf_ref_element_property_virtual_detail")
@Api(value="对象元素虚拟属性",description = "对象元素虚拟属性") @Api(value="对象元素虚拟属性",description = "对象元素虚拟属性")
public class BfRefElementPropertyVirtualDetail extends BfElementInfo { public class BfRefElementPropertyVirtualDetail extends BaseBean {
@Column(name = "ELEMENT_ID") @Column(name = "ELEMENT_ID")
@ApiParam(value = "对象元素ID", example = "-1") @ApiParam(value = "对象元素ID", example = "-1")

Loading…
Cancel
Save