|
|
|
@ -19,7 +19,7 @@ public class MesPartShippingGroupService extends BaseMesService<MesPartShippingG
|
|
|
|
|
protected void setPackQueryBean(MesPartShippingGroup bean, DdlPackBean packBean) {
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getShippingGroupCode(), "shippingGroupCode", packBean);
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getCustCode(), "custCode", packBean);
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getCustOriganizeCode(), "custOriganizeCode", packBean);
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getCustOrganizeCode(), "custOrganizeCode", packBean);
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(bean.getShippingGroupName(), "shippingGroupName", packBean);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|