feat:【mp】完善“模版消息”的功能

This commit is contained in:
YunaiV
2025-11-26 18:35:24 +08:00
parent a1f7f81e8d
commit bd31e5abb2

View File

@@ -7,8 +7,6 @@ import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
import java.util.List;
@Schema(description = "管理后台 - 公众号粉丝分页 Request VO")
@Data
@EqualsAndHashCode(callSuper = true)
@@ -28,7 +26,4 @@ public class MpUserPageReqVO extends PageParam {
@Schema(description = "公众号粉丝昵称,模糊匹配", example = "芋艿")
private String nickname;
@Schema(description = "公众号粉丝标识", example = "o6_bmjrPTlm6_2sgVt7hMZOPfL2M")
private List<String> openidList;
}