Helius
2020-08-12 c59188f61f5a4afffbe0d1cd2169823ad47aa359
src/main/java/com/xcong/excoin/modules/contract/service/ContractOrderService.java
@@ -1,10 +1,13 @@
package com.xcong.excoin.modules.contract.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.xcong.excoin.common.response.Result;
import com.xcong.excoin.modules.contract.entity.ContractOrderEntity;
import com.xcong.excoin.modules.contract.parameter.dto.SubmitOrderDto;
/**
 * @author helius
 */
public interface ContractOrderService extends IService<ContractOrderEntity> {
}