|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
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.ser.std.ToStringSerializer;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
@ -27,7 +28,7 @@ import javax.persistence.Table;
|
|
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
|
|
@Table(name="bf_ref_element_property_virtual_detail")
|
|
|
|
|
@Api(value="对象元素虚拟属性",description = "对象元素虚拟属性")
|
|
|
|
|
public class BfRefElementPropertyVirtualDetail extends BfElementInfo {
|
|
|
|
|
public class BfRefElementPropertyVirtualDetail extends BaseBean {
|
|
|
|
|
|
|
|
|
|
@Column(name = "ELEMENT_ID")
|
|
|
|
|
@ApiParam(value = "对象元素ID", example = "-1")
|
|
|
|
|