admin
2020-05-12 1faf3ab0ba6c17eee48e68e8d0077ea61f45d75d
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);
    
}