Helius
2021-01-28 6e1230da112efd99ef25347d758a5b7d63a92747
src/main/java/com/xcong/excoin/modules/contract/service/ContractOrderService.java
@@ -10,5 +10,4 @@
 */
public interface ContractOrderService extends IService<ContractOrderEntity> {
    public Result submitOrder(SubmitOrderDto submitOrderDto);
}