Commit 2b0b4b3d authored by zhaochengming's avatar zhaochengming

我的应用

parent 0e1a4f15
package com.pms.ocp.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.pms.ocp.model.dto.OcpTenantGroupIocnDto;
import com.pms.ocp.model.entity.OcpTenantIocn;
import java.util.List;
public interface OcpTenantIocnService extends IService<OcpTenantIocn> {
/**
* 我的应用--服务列表
* @return
*/
List<OcpTenantGroupIocnDto> getApplyUserList();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment