java110
2023-04-24 357f12084dd380a23a1140b4935087bf6878e7c6
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.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 {