|
@@ -48,7 +48,7 @@ public class QySecondlineHfdProduct {
|
|
|
@Schema(description = "关联商品序号")
|
|
|
@ColumnWidth(12)
|
|
|
@ExcelProperty(index = 1,value = "关联商品序号")
|
|
|
- private String productId;
|
|
|
+ private String productOrderCode;
|
|
|
|
|
|
/** 商品编号 */
|
|
|
@Schema(description = "商品编号")
|
|
@@ -72,7 +72,7 @@ public class QySecondlineHfdProduct {
|
|
|
@Schema(description = "申报数量")
|
|
|
@ColumnWidth(12)
|
|
|
@ExcelProperty(index = 5,value = "申报数量")
|
|
|
- private String recordQuantity;
|
|
|
+ private String sbNum;
|
|
|
|
|
|
/** 毛重 */
|
|
|
@Schema(description = "毛重")
|