Helius
2020-08-03 18e593b32ebc6ed4b727a2c9fe16135ea8272595
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);
}