package com.xcong.excoin.modules.yunding.service; import com.baomidou.mybatisplus.extension.service.IService; import com.xcong.excoin.modules.yunding.entity.YdOrderEntity; public interface YunDingService extends IService { }