对接语圈接口,

页面基本完成,评论完成一半,需要再调试
This commit is contained in:
2025-05-30 19:01:54 +08:00
parent 21e28e1342
commit fcb27eaa76
92 changed files with 4554 additions and 442 deletions

View File

@@ -0,0 +1,9 @@
package com.qxcm.moduleutil.bean;
import lombok.Data;
@Data
public class GiftLabelBean {
private String label;
private String name;
}