refactor(promotion): 移除 DiyTemplatePlatformEnum 中的注释
- 移除了 type 相关的注释内容 - 保留了枚举的平台数组定义pull/227/head
parent
3625010b8b
commit
4dcefa7298
|
|
@ -39,7 +39,6 @@ public enum DiyTemplatePlatformEnum implements ArrayValuable<String> {
|
|||
private static final String[] ARRAYS =
|
||||
Arrays.stream(values()).map(DiyTemplatePlatformEnum::getPlatform).toArray(String[]::new);
|
||||
/**
|
||||
* type
|
||||
* 可以是uniPlatform
|
||||
* 也可以是其他自定义的业务场景
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue