Helius
2020-08-03 868617d892d9254100a5704e8eafa50e2363447c
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);
}