Helius
2020-07-07 1fa20a9e7109fa0536be2820e768db41b6e1839c
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> {
}