Merge pull request #7021 from dataease/pr@dev-v2@feat_lark_valid

feat: 飞书有效性状态
This commit is contained in:
fit2cloud-chenyw 2023-12-05 19:12:33 +08:00 committed by GitHub
commit 826be69ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 8daa8fe081cd9c30b4c853193942f0ee33e50580
Subproject commit 64ce19a11bbdc3bfed02e36480cc68e8fa0b71e3

View File

@ -14,4 +14,6 @@ public class LarkSettingCreator implements Serializable {
private String callBack;
private Boolean enable;
private Boolean valid;
}

View File

@ -16,4 +16,6 @@ public class LarkInfoVO implements Serializable {
private String callBack;
private Boolean enable = false;
private Boolean valid = false;
}