|
|
|
@ -33,7 +33,7 @@ public class Report extends BaseField{ |
|
|
|
* 报告类型 |
|
|
|
*/ |
|
|
|
@ApiModelProperty("报告类型") |
|
|
|
private String type; |
|
|
|
private String reportType; |
|
|
|
/** |
|
|
|
* 报告时间 |
|
|
|
*/ |
|
|
|
@ -58,4 +58,9 @@ public class Report extends BaseField{ |
|
|
|
*/ |
|
|
|
@ApiModelProperty("是否已读") |
|
|
|
private Integer isRead; |
|
|
|
/** |
|
|
|
* 社会信用统一代码 |
|
|
|
*/ |
|
|
|
@ApiModelProperty("社会信用统一代码") |
|
|
|
private String creditCode; |
|
|
|
} |