配置类
This commit is contained in:
parent
979e8ef318
commit
8a8dea2a00
|
|
@ -0,0 +1,32 @@
|
|||
/**
|
||||
* 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-11-25 14:55:12
|
||||
*/
|
||||
package kdsz.zyf25.tmc.cfm.common;
|
||||
|
||||
/**
|
||||
* tmc云cfm应用-通用常量类<br>
|
||||
* 代码中不能存在硬编码敏感信息,如账号、密码、http外链、ftp外链、邮箱等。<br>
|
||||
* 标识或缓存的常量,需以"KEY_"、"FID_"、"ENTRY_"或"SUBENTRY_"作为变量的前缀。<br>
|
||||
*
|
||||
* @author kdsz
|
||||
* @date 2025-11-25 14:55:12
|
||||
*/
|
||||
public class AppConfig {
|
||||
|
||||
public static final String KEY_APP_NAME = "tmc-cfm";
|
||||
|
||||
public static final String DEFAULT_XZY_NUM = "CDMT-8D5DCE08";//票据类型:信用证编码
|
||||
public static final String DEFAULT_GYL_NUM = "CDMT-25826125";//票据类型:供应链金融编码
|
||||
public static final String KEY_TYPE_XYZ = "kdsz_lcm";//应用编码_信用证
|
||||
public static final String KEY_TYPE_GYL = "kdsz_scmf";//应用编码_供应链金融
|
||||
public static final String KEY_TYPE_PJCOMMON = "cdm";//应用编码_票据管理
|
||||
public static final String DEFAULT_FYBL_NUM= "RZPZ-031";//非银保理编码
|
||||
public static final String KEY_TYPE_DB = "gm";//应用编码_担保管理
|
||||
public static final String KEY_TYPE_YX = "cfm";//应用编码_用信申请
|
||||
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue