update:新增支付信息,工作组文件导入导出;修改导出全部;修改会议导入

This commit is contained in:
sunzheng
2024-09-23 09:20:06 +08:00
parent 80b1cbcf85
commit e43f3546d1
23 changed files with 988 additions and 136 deletions
@@ -223,5 +223,7 @@ public class ResultCommon {
public static final String NODE_EXIST_SUBSETS = "node.exist.subsets";
// 社团名称不能重复
public static final String CLUB_ALREADY_EXISTS = "club.already.exists";
// 根节点不能删除
public static final String ROOT_NODE_CANNOT_BE_DELETE = "root.node.cannot.be.delete"; // 根节点不能编辑
}