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