|
|
@ -13,5 +13,6 @@ public class MesPartShippingGroupDetailService extends BaseMesService<MesPartShi
|
|
|
|
|
|
|
|
|
|
|
|
protected void setPackQueryBean(MesPartShippingGroupDetail bean, DdlPackBean packBean) {
|
|
|
|
protected void setPackQueryBean(MesPartShippingGroupDetail bean, DdlPackBean packBean) {
|
|
|
|
DdlPreparedPack.getStringEqualPack(bean.getShippingGroupCode(), "shippingGroupCode", packBean);
|
|
|
|
DdlPreparedPack.getStringEqualPack(bean.getShippingGroupCode(), "shippingGroupCode", packBean);
|
|
|
|
|
|
|
|
DdlPreparedPack.getStringEqualPack(bean.getPartNo(), "partNo", packBean);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|