liusheng
2024-06-19 e52b0e34fc06372aab64c30b526ec289b99c9af7
smartor/src/main/java/com/smartor/domain/PatArchiveReq.java
@@ -31,9 +31,23 @@
    /**
     * 姓名
     */
    @ApiModelProperty("患者id集合")
    @Excel(name = " 患者id集合(在选择病人时,过滤已经选择的pids) ")
    private List<Integer> pids;
    /**
     * 姓名
     */
    @ApiModelProperty("姓名")
    @Excel(name = " 姓名 ")
    private String name;
    /**
     * 疾病名称
     */
    @ApiModelProperty("疾病名称")
    @Excel(name = " 疾病名称 ")
    private String diagname;
    /**
     * 证件号码
@@ -49,6 +63,13 @@
    @ApiModelProperty("手机号码")
    @Excel(name = " 手机号码 ")
    private String telcode;
    /**
     * 手机号码
     */
    @ApiModelProperty("手机号码")
    @Excel(name = " 手机号码 ")
    private String leaveicd10code;
    /**
     * 标签ID
@@ -96,6 +117,12 @@
    private String visitno;
    /**
     * 院区名称
     */
    @ApiModelProperty(value = " 院区名称 ")
    private String hospitaldistrictname;
    /**
     * pageNum
     */
    @ApiModelProperty(value = "pageNum")