增加任务分类

This commit is contained in:
2022-05-30 19:05:25 +08:00
parent e01f90088f
commit 7a1f3c787f
26 changed files with 922 additions and 3 deletions
@@ -0,0 +1,15 @@
package cn.iocoder.yudao.module.system.enums.wxcp;
import lombok.AllArgsConstructor;
import lombok.Getter;
@Getter
@AllArgsConstructor
public enum WxCpMsgTypeEnum {
project,
task;
}