From 4dcefa729858d98ee82a7ee4ebb11172e987a16f Mon Sep 17 00:00:00 2001 From: wuKong Date: Tue, 30 Dec 2025 10:58:29 +0800 Subject: [PATCH] =?UTF-8?q?refactor(promotion):=20=E7=A7=BB=E9=99=A4=20Diy?= =?UTF-8?q?TemplatePlatformEnum=20=E4=B8=AD=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了 type 相关的注释内容 - 保留了枚举的平台数组定义 --- .../module/promotion/enums/diy/DiyTemplatePlatformEnum.java | 1 - 1 file changed, 1 deletion(-) diff --git a/yudao-module-mall/yudao-module-promotion-api/src/main/java/cn/iocoder/yudao/module/promotion/enums/diy/DiyTemplatePlatformEnum.java b/yudao-module-mall/yudao-module-promotion-api/src/main/java/cn/iocoder/yudao/module/promotion/enums/diy/DiyTemplatePlatformEnum.java index de12c6900..c988b9a22 100644 --- a/yudao-module-mall/yudao-module-promotion-api/src/main/java/cn/iocoder/yudao/module/promotion/enums/diy/DiyTemplatePlatformEnum.java +++ b/yudao-module-mall/yudao-module-promotion-api/src/main/java/cn/iocoder/yudao/module/promotion/enums/diy/DiyTemplatePlatformEnum.java @@ -39,7 +39,6 @@ public enum DiyTemplatePlatformEnum implements ArrayValuable { private static final String[] ARRAYS = Arrays.stream(values()).map(DiyTemplatePlatformEnum::getPlatform).toArray(String[]::new); /** - * type * 可以是uniPlatform * 也可以是其他自定义的业务场景 */