mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 09:04:38 +08:00
feat(X-Pack): [数据填报]选项值的绑定,可以绑定拥有读数据权限的数据源表字段
This commit is contained in:
@@ -56,6 +56,11 @@ public class ExtTableField implements Serializable {
|
||||
|
||||
private Integer optionSourceType;
|
||||
|
||||
private String optionDatasource;
|
||||
private String optionTable;
|
||||
private String optionColumn;
|
||||
private String optionOrder;
|
||||
|
||||
private boolean multiple;
|
||||
|
||||
private List<Option> options;
|
||||
|
||||
Reference in New Issue
Block a user