xiaoyong931011
2021-03-26 9f6842c70812fa3e2ccf96ccb73b7aa3a2518f34
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);
}