RolesDeptsService.java
303 Bytes
package com.order.erp.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.canrd.shop.domain.dto.RolesDeptsDO;
/**
* (RolesDepts)表服务接口
*
* @author makejava
* @since 2023-03-30 18:36:34
*/
public interface RolesDeptsService extends IService<RolesDeptsDO> {
}