1
zj
2024-07-29 f6f3df18ea57ea4128fcccf3282e1520e867c631
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package org.example.server.impl;
 
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.example.dao.CurrencyMapper;
import org.example.dao.serServiceMapper;
import org.example.pojo.Currency;
import org.example.pojo.User;
import org.example.server.CurrencySerivce;
import org.example.server.UserService;
import org.springframework.stereotype.Service;
 
/**
 * @program: demo
 * @description:
 * @create: 2024-07-29 11:08
 **/
@Service
public class UserServiceImpl extends ServiceImpl<serServiceMapper, User> implements UserService {
}