|
|
|
@ -111,11 +111,11 @@ public class ComplaintCollectionAndBlameAddRequest implements ParamChecked { |
|
|
|
@Schema(description = "来信内容") |
|
|
|
@Schema(description = "来信内容") |
|
|
|
private String thingDesc; |
|
|
|
private String thingDesc; |
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "涉嫌问题") |
|
|
|
@Schema(description = "涉嫌问题code集合") |
|
|
|
private List<String> involveProblemIdList; |
|
|
|
private List<String> involveProblem; |
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "涉嫌问题") |
|
|
|
@Schema(description = "涉嫌问题") |
|
|
|
private String involveProblemIdStr; |
|
|
|
private String involveProblemStr; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* @see YesOrNoEnum |
|
|
|
* @see YesOrNoEnum |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|