This commit is contained in:
parent
30f6b31b73
commit
553383950e
|
|
@ -1,8 +1,10 @@
|
|||
package com.bonus.gzgqj.business.bases.service;
|
||||
|
||||
import com.bonus.gzgqj.business.bases.entity.PaTypeVo;
|
||||
import com.bonus.gzgqj.business.bases.mapper.PaTypeMapper;
|
||||
import com.bonus.gzgqj.manager.webResult.ServerResponse;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
|
@ -16,6 +18,9 @@ import java.util.List;
|
|||
@Service
|
||||
public class PaTypeServiceImpl implements PaTypeService{
|
||||
|
||||
@Autowired
|
||||
private PaTypeMapper mapper;
|
||||
|
||||
/**
|
||||
* @param data
|
||||
* @return
|
||||
|
|
|
|||
Loading…
Reference in New Issue