liusheng
2024-10-21 af396db5b1e6dcbb53879af52bd682b4a7e82664
smartor/src/main/java/com/smartor/domain/PatArchiveImport.java
@@ -35,7 +35,7 @@
     * 证件号码
     */
    @ApiModelProperty("证件号码")
    @Excel(name = "证件号码(必填)",cellType = Excel.ColumnType.NUMERIC)
    @Excel(name = "证件号码(必填)",cellType = Excel.ColumnType.STRING)
    private String idcardno;
    /**
@@ -49,7 +49,7 @@
     * 批次名称
     */
    @ApiModelProperty("批次名称")
    @Excel(name = "批次名称(必填)",cellType = Excel.ColumnType.STRING)
    @Excel(name = "批次名称",cellType = Excel.ColumnType.STRING)
    private String batchName;