|
@@ -8,7 +8,7 @@ import java.util.List;
|
|
|
|
|
|
@Data
|
|
@Data
|
|
public class CaseParam extends RequestBase {
|
|
public class CaseParam extends RequestBase {
|
|
- private Integer typeId;
|
|
|
|
|
|
+ private String typeId;
|
|
private String title;
|
|
private String title;
|
|
private List<String> publicTime;
|
|
private List<String> publicTime;
|
|
private String startTime;
|
|
private String startTime;
|