Helius
2020-06-17 0d125bc01e60e6bf22ac65efa4f17d70ec73d79d
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> {
}