|
|
|
@ -111,4 +111,8 @@ public class IfPackageDetail extends BaseBean implements Serializable {
|
|
|
|
|
@Column(name = "CUST_DELIVERY_LOCATION")
|
|
|
|
|
@ApiParam("客户发往地")
|
|
|
|
|
private String custDeliveryLocation;
|
|
|
|
|
|
|
|
|
|
@Column(name = "CUSTOMER_CODE")
|
|
|
|
|
@ApiParam("客户代码")
|
|
|
|
|
private String customerCode;
|
|
|
|
|
}
|
|
|
|
|