|
|
@ -78,6 +78,11 @@ public class BfDataObject extends BaseBean {
|
|
|
|
private List<BfDataObjectProperty> propertyList;
|
|
|
|
private List<BfDataObjectProperty> propertyList;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam(value = "数据对象主键")
|
|
|
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
|
|
|
private BfDataObjectProperty primaryKey;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@ApiParam(value = "数据对象主键属性")
|
|
|
|
@ApiParam(value = "数据对象主键属性")
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
private List<BfDataObjectProperty> primaryPropertyList;
|
|
|
|
private List<BfDataObjectProperty> primaryPropertyList;
|
|
|
|