客户案例修改

This commit is contained in:
xiezhijun
2021-03-19 16:02:12 +08:00
parent 88f6b8e955
commit 8c3eb7ab9c
10 changed files with 185 additions and 27 deletions

View File

@ -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;
}