From 637e3a034bc883d104102260821b68189a4b494e Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期一, 30 六月 2025 10:15:35 +0800 Subject: [PATCH] 代码初始化 --- server/system_service/src/main/java/com/doumee/core/utils/Constants.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/server/system_service/src/main/java/com/doumee/core/utils/Constants.java b/server/system_service/src/main/java/com/doumee/core/utils/Constants.java index 965101e..2ae528e 100644 --- a/server/system_service/src/main/java/com/doumee/core/utils/Constants.java +++ b/server/system_service/src/main/java/com/doumee/core/utils/Constants.java @@ -105,12 +105,15 @@ public static final String FTP_PORT ="FTP_PORT" ; public static final String FTP_USERNAME ="FTP_USERNAME" ; public static final String FTP_PWD ="FTP_PWD" ; + public static final String COMPANY_DOCUMENTS ="COMPANY_DOCUMENTS" ; + public static final String FTP_RESOURCE_PATH ="FTP_RESOURCE_PATH" ; public static final String FTP_LOCAL_RESOURCE_PATH ="FTP_LOCAL_RESOURCE_PATH" ; public static final String ERP_ORGLIST_URL ="ERP_ORGLIST_URL" ; public static final String ERP_USERLIST_URL ="ERP_USERLIST_URL" ; public static final String ERP_APPROVE_URL ="ERP_APPROVE_URL" ; public static final String ERP_USERSTATUS_RL ="ERP_USERSTATUS_RL" ; + public static final String ERP ="ERP" ; public static final Integer THREE =3 ; public static final Integer FOUR =4 ; -- Gitblit v1.9.3