自定报表自定义表单打通

yun-zuoyi
wei.peng 6 years ago
parent 7c45075e67
commit 4c8c550ba1

@ -57,6 +57,10 @@ public class BfCascadeDetail extends BaseBean {
@JsonSerialize(using = ToStringSerializer.class)
private Long parentId;
@Column(name = "PARENT_DEFAULT_VALUE")
@ApiParam(value = "父级默认值")
private String parentDefaultValue;
@Column(name = "PARENT_NAME_RDD")
@ApiParam(value = "父级名称")
private String parentNameRdd;

Loading…
Cancel
Save