Helius
2021-03-02 8f1099f0a93fea7a2056b8fabaec5f5f85ff4061
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> {
}