feat : bug fix , 准备验收

This commit is contained in:
eggmanQQQ
2024-11-26 16:41:14 +08:00
parent b5cbe0e146
commit f92d82486d
25 changed files with 893 additions and 217 deletions

View File

@@ -1,7 +1,8 @@
package com.chwl.core.user.bean;
public @interface EffectType {
int IMG = 0;
int MP4 = 1;
int SVGA = 2;
int IMG = 0;
}