xing
2023-02-23 c75e6f4696634d626c5569794c6349593853223a
1
2
3
4
5
6
7
8
9
10
11
12
package com.yssh.service.impl;
 
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.yssh.dao.YsshQxCsvMapper;
import com.yssh.entity.YsshQxshCsv;
import com.yssh.service.YsshQxCsvService;
import org.springframework.stereotype.Service;
 
@Service
public class YsshQxCsvServiceImpl extends ServiceImpl<YsshQxCsvMapper, YsshQxshCsv> implements YsshQxCsvService {
 
}