From 1e4ae2936ad632b80df80caee33ad96b3472ed9a Mon Sep 17 00:00:00 2001 From: weiyunlong Date: Thu, 16 Jan 2025 13:36:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java/shkd/fi/fi/common/AppflgConstant.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 java/shkd/fi/fi/common/AppflgConstant.java diff --git a/java/shkd/fi/fi/common/AppflgConstant.java b/java/shkd/fi/fi/common/AppflgConstant.java new file mode 100644 index 0000000..99b0de7 --- /dev/null +++ b/java/shkd/fi/fi/common/AppflgConstant.java @@ -0,0 +1,22 @@ +/** + * This is a kingdee cosmic template project that is automatically generated by the Kingdee cosmic development assistant plugin. + * If there are any issues during the use process, you can provide feedback to the kingdee developer community website. + * Website: https://developer.kingdee.com/developer?productLineId=29 + * Author: liebin.zheng + * Generate Date: 2025-01-16 12:09:45 + */ +package shkd.fi.fi.common; + +/** + * fi云fi应用-通用常量类
+ * 代码中不能存在硬编码敏感信息,如账号、密码、http外链、ftp外链、邮箱等。
+ * 标识或缓存的常量,需以"KEY_"、"FID_"、"ENTRY_"或"SUBENTRY_"作为变量的前缀。
+ * + * @author shkd + * @date 2025-01-16 12:09:45 + */ +public class AppflgConstant { + + public static final String KEY_APP_NAME = "fi-fi"; + +}