yujian
2019-07-23 5de85a1e6e1c6658e3c6379ef778b7aa009e2103
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);
    
}