Your Name
2023-06-20 a53f35fdf9f31c2f4d03b433803067abef514569
service-api/src/main/java/com/java110/api/bmo/allocationStorehouseApply/impl/AllocationStorehouseApplyBMOImpl.java
@@ -4,17 +4,12 @@
import com.java110.api.bmo.ApiBaseBMO;
import com.java110.api.bmo.allocationStorehouseApply.IAllocationStorehouseApplyBMO;
import com.java110.core.context.DataFlowContext;
import com.java110.dto.allocationStorehouseApply.AllocationStorehouseApplyDto;
import com.java110.intf.store.IAllocationStorehouseApplyInnerServiceSMO;
import com.java110.po.allocationStorehouseApply.AllocationStorehouseApplyPo;
import com.java110.po.purchase.AllocationStorehouseApplyPo;
import com.java110.utils.constant.BusinessTypeConstant;
import com.java110.utils.constant.CommonConstant;
import com.java110.utils.util.Assert;
import com.java110.utils.util.BeanConvertUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service("allocationStorehouseApplyBMOImpl")
public class AllocationStorehouseApplyBMOImpl extends ApiBaseBMO implements IAllocationStorehouseApplyBMO {