This commit is contained in:
haozq 2024-11-11 17:34:09 +08:00
parent 30f6b31b73
commit 553383950e
1 changed files with 5 additions and 0 deletions

View File

@ -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