admin
2019-08-13 25b7e040153e96fd7c9f649e9b0de8932e1a2a00
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);
    
}