| 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; | 
|   | 
| } |