公告板
版本库
filestore
活动
搜索
登录
陈家和
/
platform_common
开发平台之间的公用包
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
优化
chenjiahe
2021-11-10
a76413a2b76f4ace8599636978d64827a941315e
[~chenjiahe/platform_common.git]
/
src
/
main
/
java
/
com
/
platform
/
constants
/
PlatformPattern.java
1
2
3
4
5
6
7
8
9
10
package com.platform.constants;
public class PlatformPattern {
/**测试模式*/
public static final String TEST = "test";
/**生成模式*/
public static final String PROD = "prod";
}