yujian
2020-04-02 0ec22dcf4fd9c4496e6f681e7fab89f56c6e4e8a
1
2
3
4
5
6
7
8
9
package com.yeshi.fanli.service.inter.customerservice;
 
import com.yeshi.fanli.entity.customerservice.CustomerServiceHistory;
 
public interface CustomerServiceHistoryService {
    
    public void addHistory(CustomerServiceHistory history);
    
}