mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
feat: 飞书有效性状态
This commit is contained in:
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 8daa8fe081...64ce19a11b
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user