chen.llin
4 天以前 0a4438e34d8f726b9cf6251a5b447883b0b8da36
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 {
 
}