yujian
2019-06-28 c097060a6b55204e7d2fc20774be0a0beaa7a8fb
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);
    
}