rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/excel/AsnOrderTemplate.java
@@ -60,7 +60,7 @@ */ @Excel(name = "*单据类型") @ApiModelProperty(value = "*单据类型") @ExcelComment(value = "type", example = "采购入库单") @ExcelComment(value = "type", example = "入库单") private String type; /** @@ -68,7 +68,7 @@ */ @Excel(name = "*业务类型") @ApiModelProperty(value = "*业务类型") @ExcelComment(value = "wkType", example = "完工入库单") @ExcelComment(value = "wkType", example = "采购入库单") private String wkType;