mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 13:58:26 +08:00
feat: 飞书有效性状态
This commit is contained in:
@@ -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