客户案例修改
This commit is contained in:
@ -7,7 +7,7 @@ import java.util.List;
|
||||
@Data
|
||||
public class CustomerCaseResponse {
|
||||
|
||||
private Long id;
|
||||
private String id;
|
||||
|
||||
private String name;
|
||||
|
||||
@ -15,5 +15,7 @@ public class CustomerCaseResponse {
|
||||
|
||||
private String remark;
|
||||
|
||||
private Boolean wxShow;
|
||||
|
||||
private List<String> fileList;
|
||||
}
|
||||
|
Reference in New Issue
Block a user