@@ -382,6 +382,8 @@ public class SyShippingDetailsItem {
@Excel(name = "单位", width = 15)
private String masterMetering;
+ @Excel(name = "装箱单回写是否U8已拉取", width = 15)
+ private String isPull;
public SyShippingDetailsItem(){}