实体重复修改

This commit is contained in:
MHW
2026-04-13 16:31:56 +08:00
parent 0e6b6d9f45
commit 766425bae5
4 changed files with 6 additions and 6 deletions

View File

@@ -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);
/**
* 根据下属平台英文名获取中文名返回