chenjiahe
2022-08-11 ee3e392a7590c8c0daf66c4b49cc6884b57dd2d5
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";
 
}