Pu Zhibing
7 小时以前 d6ad5bd0c95b6ebe6361d74ff297d1a9f4b759fa
1
2
3
4
5
6
7
8
9
10
11
package com.stylefeng.guns.modular.system.service.impl;
 
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import com.stylefeng.guns.modular.system.dao.SysWithdrawalPoundageMapper;
import com.stylefeng.guns.modular.system.model.SysWithdrawalPoundage;
import com.stylefeng.guns.modular.system.service.ISysWithdrawalPoundageService;
import org.springframework.stereotype.Service;
 
@Service
public class SysWithdrawalPoundageServiceImpl extends ServiceImpl<SysWithdrawalPoundageMapper, SysWithdrawalPoundage> implements ISysWithdrawalPoundageService {
}