Helius
2020-07-31 829d77f7145514d67d957ad54dbef854440f77d3
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);
}