KKSU
2024-04-17 15abe034d8d3e2fa86b2f3bf1bdbdb718a9a0909
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);
}