DoctorSourcesPojo.java 256 B

123456789101112
  1. package thyyxxk.wxservice_server.pojo.wechat;
  2. import lombok.Data;
  3. @Data
  4. public class DoctorSourcesPojo {
  5. private String fee;
  6. private String doctorCode;
  7. private String doctorName;
  8. private String doctorTitle;
  9. private Integer leftNum;
  10. }