DataObject Key 动态获取

yun-zuoyi
wei.peng 6 years ago
parent 98229202b8
commit 299c0c5bee

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

Loading…
Cancel
Save