Helius
2020-08-03 0766e4cc71397b4c400dfc38fb167d0fa1d6a75f
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.xcong.excoin.modules.documentary.service;
 
 
import com.xcong.excoin.modules.contract.entity.ContractHoldOrderEntity;
 
/**
 * @author helius
 */
public interface FollowOrderOperationService {
 
 
    public void addFollowerOrder(Long id);
}