|
@@ -30,6 +30,12 @@ public class TaskStocktakingItemVO {
|
|
|
@ApiModelProperty("商品单位")
|
|
|
private String commodityUnit;
|
|
|
|
|
|
+ @ApiModelProperty("库位")
|
|
|
+ private String position;
|
|
|
+
|
|
|
+ @ApiModelProperty("批次号")
|
|
|
+ private String batchNumber;
|
|
|
+
|
|
|
@ApiModelProperty("生产日期")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private Date productionDate;
|