pang.jiabao
2025-07-20 b716cf2e3678ea3b9df6bfaea877c40b447a1192
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 {
 
}