fix
Helius
2022-03-09 b77274cb4cf252a29d4eb3c1dd3bda02c7fbe6f6
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);
}