#
zhou zhou
2025-12-30 f3500be4dc1af8c567388e6fa3a3ceb8bbc96637
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 {
 
}