xing
2023-02-23 c75e6f4696634d626c5569794c6349593853223a
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.yssh.service.impl;
 
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.yssh.dao.YsshSy200Mapper;
import com.yssh.entity.YsshSuyuan200;
import com.yssh.service.YsshSy200Service;
import org.springframework.stereotype.Service;
 
@Service
public class YsshSy200ServiceImpl extends ServiceImpl<YsshSy200Mapper, YsshSuyuan200> implements YsshSy200Service {
 
 
}