|
|
@@ -100,4 +100,11 @@ public class TextbookSubscriptionExportQueryListVo {
|
|
|
@ExcelProperty("已入库数量")
|
|
|
@ApiModelProperty("已入库数量")
|
|
|
private Integer inStockroomNum;
|
|
|
+ /**
|
|
|
+ * 本次入库数量
|
|
|
+ */
|
|
|
+ @ContentStyle(dataFormat = 49)
|
|
|
+ @ExcelProperty("本次入库数量")
|
|
|
+ @ApiModelProperty("本次入库数量")
|
|
|
+ private Integer inNum;
|
|
|
}
|