|
|
@ -30,6 +30,7 @@ import javax.persistence.Table;
|
|
|
|
@Api(value="对象属性",description = "对象属性")
|
|
|
|
@Api(value="对象属性",description = "对象属性")
|
|
|
|
public class BrPojoAttr extends BaseBean {
|
|
|
|
public class BrPojoAttr extends BaseBean {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = -9025365832485707583L;
|
|
|
|
@Column(name="TEMPLATE_ID")
|
|
|
|
@Column(name="TEMPLATE_ID")
|
|
|
|
@ApiParam(value ="模板编号" ,example = "-1")
|
|
|
|
@ApiParam(value ="模板编号" ,example = "-1")
|
|
|
|
@JsonSerialize(using = ToStringSerializer.class)
|
|
|
|
@JsonSerialize(using = ToStringSerializer.class)
|
|
|
|