chen.llin
4 天以前 6b53373bf1cc50b18b0a5d17d8e7e25118068640
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.service.impl;
 
import com.zy.mapper.BasCrnOptMapper;
import com.zy.entity.BasCrnOpt;
import com.zy.service.BasCrnOptService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
 
@Service("basCrnOptService")
public class BasCrnOptServiceImpl extends ServiceImpl<BasCrnOptMapper, BasCrnOpt> implements BasCrnOptService {
 
}