admin
2019-07-12 0b30164727c8863bd26c981405273c7178b6076c
1
2
3
4
5
6
7
8
9
10
package com.yeshi.fanli.service.inter.jd;
 
import com.yeshi.fanli.entity.jd.JDOrder;
import com.yeshi.fanli.exception.jd.JDOrderException;
 
public interface JDOrderService {
 
    public void addJDOrder(JDOrder order) throws JDOrderException;
 
}