公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
java110
2022-07-06
92ed53e44fb2da1f91b8fb9932af8ff433febe83
[Lianxun_Java.git]
/
java110-utils
/
src
/
main
/
java
/
com
/
java110
/
utils
/
constant
/
CredentialsConstant.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.java110.utils.constant;
/**
* 证件常量类
*/
public class CredentialsConstant {
/**
* 营业执照
*/
public final static String LICENCE ="300200900001";
}