第一次提交

This commit is contained in:
weiyunlong 2025-01-16 13:36:34 +08:00
commit 1e4ae2936a
1 changed files with 22 additions and 0 deletions

View File

@ -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应用-通用常量类<br>
* 代码中不能存在硬编码敏感信息如账号密码http外链ftp外链邮箱等<br>
* 标识或缓存的常量需以"KEY_""FID_""ENTRY_""SUBENTRY_"作为变量的前缀<br>
*
* @author shkd
* @date 2025-01-16 12:09:45
*/
public class AppflgConstant {
public static final String KEY_APP_NAME = "fi-fi";
}