puhanshu
2021-12-30 a7002e25ec105e5f73c27f91944f1c0b4991c355
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.panzhihua.service_community.util;
 
import lombok.Data;
 
/**
 * @author zzj
 */
@Data
public class WxRequestEntity {
    private String access_token;
    private String begin_date;
    private String end_date;
}