chen.lin
13 小时以前 c69781e2b78ed7a5ffe9b59c0c555f07deabe735
1
2
3
4
5
6
7
8
package com.vincent.rsf.server.manager.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.vincent.rsf.server.manager.entity.Customer;
 
public interface CustomerService extends IService<Customer> {
 
}