实体重复修改
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package com.solution.system.mapper;
|
||||
|
||||
import com.solution.system.domain.Platform;
|
||||
import com.solution.system.domain.PlatformTree;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
import java.util.List;
|
||||
@@ -13,7 +13,7 @@ public interface PlatformMapper {
|
||||
* @param id
|
||||
* @return
|
||||
*/
|
||||
Platform getPlatformByTreeId(Long id);
|
||||
PlatformTree getPlatformByTreeId(Long id);
|
||||
|
||||
/**
|
||||
* 根据下属平台英文名获取中文名返回
|
||||
|
||||
Reference in New Issue
Block a user