From 9931f509648bd85c2005dc9d64fd6eaab1fc178e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=9A=E8=B1=86=E8=B1=86?= <13356128+sunandmoon60@user.noreply.gitee.com> Date: Wed, 16 Jul 2025 14:02:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4app=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lc123/cloud/app/common/AppflgConstant.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 lc123/cloud/app/common/AppflgConstant.java diff --git a/lc123/cloud/app/common/AppflgConstant.java b/lc123/cloud/app/common/AppflgConstant.java new file mode 100644 index 0000000..654c4ae --- /dev/null +++ b/lc123/cloud/app/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-07-16 13:21:13 + */ +package tqq9.lc123.cloud.app.common; + +/** + * cloud云app应用-通用常量类
+ * 代码中不能存在硬编码敏感信息,如账号、密码、http外链、ftp外链、邮箱等。
+ * 标识或缓存的常量,需以"KEY_"、"FID_"、"ENTRY_"或"SUBENTRY_"作为变量的前缀。
+ * + * @author tqq9 + * @date 2025-07-16 13:21:13 + */ +public class AppflgConstant { + + public static final String KEY_APP_NAME = "cloud-app"; + +}