|
@@ -5,9 +5,13 @@ import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
|
|
|
@Data
|
|
|
+@ApiModel
|
|
|
public class ClearDataDto {
|
|
|
+ @ApiModelProperty("水表档案号")
|
|
|
private String fileNo;
|
|
|
+ @ApiModelProperty("本期读数")
|
|
|
private Double reading;
|
|
|
+ @ApiModelProperty("本期抄表日期")
|
|
|
private String currentPeriodDate;
|
|
|
|
|
|
}
|