Administrator
2019-07-21 52f78c29b978f65cc704be546c814509fbe90cda
fanli/src/main/java/com/yeshi/fanli/service/inter/order/LostOrderService.java
@@ -9,6 +9,9 @@
public interface LostOrderService {
   static final ReentrantReadWriteLock lostOrderLock = new ReentrantReadWriteLock(true);
   void saveLostOrder(LostOrder lostOrder);
   int addLostOrder(LostOrder lostOrder);