GetPatientInformationParam.java 316 B

123456789101112131415161718
  1. package thyyxxk.webserver.entity.jiekou;
  2. import lombok.Data;
  3. /**
  4. * <p>
  5. * 描述: 深圳博英接口获取病人信息参数
  6. * </p>
  7. *
  8. * @author xc
  9. * @date 2021-07-13 08:12
  10. */
  11. @Data
  12. public class getPatientInformationParam {
  13. private String source;
  14. private Integer flag;
  15. private String patient;
  16. }