admin
2019-07-31 9113e6d543b6e32711c0cb8f0697c993cd96446d
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;
 
}