微信小程序查询案例
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
package com.stdiet.custom.dto.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class CustomerCaseResponse {
|
||||
|
||||
private Long id;
|
||||
|
||||
private String name;
|
||||
|
||||
private String keyword;
|
||||
|
||||
private String remark;
|
||||
|
||||
private List<String> fileList;
|
||||
}
|
Reference in New Issue
Block a user