@ -28,6 +28,10 @@ import javax.persistence.*;
public class IfPartCheckCustomerLabelDetail extends BaseBean {
@Column(name = "PACKAGE_NO")
@ApiParam("拖标签")
@ApiParam("托条码")
private String packageNo;
@Column(name = "CUSTOMER_LABEL")
@ApiParam("客户标签")
private String customerLabel;
}