无关风月
6 天以前 9398b7743fa976b016dfbb2b9cf4a04db340508e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.ruoyi.system.utils.wx.template.wxTemplateProblemRectificationRequest;
 
import com.ruoyi.system.utils.wx.template.Template;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
import java.io.Serializable;
 
@Data
public class WxTemplateProblemRectificationRequestData implements Serializable {
 
 
    @ApiModelProperty(value = "点位名称")
    private Template thing3;
 
    @ApiModelProperty(value = "备注")
    private Template thing2;
 
}