liusheng
2024-11-07 37b79cfd8e5ecdc6f9f09750583f998183c338fb
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;