forked from github/dataease
feat: 飞书有效性状态
This commit is contained in:
parent
1b6890bfd8
commit
93ed208b1f
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 8daa8fe081cd9c30b4c853193942f0ee33e50580
|
||||
Subproject commit 64ce19a11bbdc3bfed02e36480cc68e8fa0b71e3
|
@ -14,4 +14,6 @@ public class LarkSettingCreator implements Serializable {
|
||||
private String callBack;
|
||||
|
||||
private Boolean enable;
|
||||
|
||||
private Boolean valid;
|
||||
}
|
||||
|
@ -16,4 +16,6 @@ public class LarkInfoVO implements Serializable {
|
||||
private String callBack;
|
||||
|
||||
private Boolean enable = false;
|
||||
|
||||
private Boolean valid = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user