liusheng
16 小时以前 85183ce29f27f67edf9b80d9b15efff48091449f
smartor/src/main/java/com/smartor/domain/ServiceSLTDInhospReqVO.java
@@ -1,5 +1,6 @@
package com.smartor.domain;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -13,7 +14,13 @@
    private String orgId;
    @ApiModelProperty(value = "院区ID")
    private Long campusIds;
    private Long campusId;
    @ApiModelProperty(value = "当前页")
    private Long current;
    @ApiModelProperty(value = "每页数量")
    private Long size;
    @ApiModelProperty(value = "患者姓名   必填一个")
    private String patientName;