File was renamed from springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/dto/ComplaintReport.java |
| | |
| | | package com.panzhihua.sangeshenbian.dto; |
| | | package com.panzhihua.sangeshenbian.model.dto; |
| | | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | |
| | | |
| | | @Data |
| | | @ApiModel(value = "诉求上报") |
| | | public class ComplaintReport { |
| | | public class ComplaintReportDTO { |
| | | |
| | | @ApiModelProperty(value = "诉求id") |
| | | private Long id; |
| | | private Long complaintId; |
| | | |
| | | @ApiModelProperty(value = "诉求内容") |
| | | private String descriptionContent; |
| | | private String comment; |
| | | } |