提交实体类

This commit is contained in:
2023-06-29 16:16:25 +08:00
parent e6993927fc
commit 199c73c66e
8 changed files with 282 additions and 13 deletions

View File

@@ -225,4 +225,10 @@ public class Constants {
// N-否
public static final String N = "N";
// 汇付个人用户前缀
public static final String ADAPAY_MEMBER_PREFIX = "AM";
// 汇付企业用户前缀
public static final String ADAPAY_CORP_MEMBER_PREFIX = "ACM";
}