*
1
2 天以前 7cefeee8ebf28abf429c3654a0520da2469207f1
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.service.impl;
 
import com.zy.asrs.mapper.BasDevpOptMapper;
import com.zy.asrs.entity.BasDevpOpt;
import com.zy.asrs.service.BasDevpOptService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
 
@Service("basDevpOptService")
public class BasDevpOptServiceImpl extends ServiceImpl<BasDevpOptMapper, BasDevpOpt> implements BasDevpOptService {
 
}