update 优化 消除编译相关提醒

This commit is contained in:
疯狂的狮子Li
2026-03-02 13:48:48 +08:00
parent 87fe115677
commit b4a5641a40
7 changed files with 8 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ public class FlwNodeExtServiceImpl implements NodeExtService, IFlwNodeExtService
* @param sources 数据来源(枚举类或字典类型)
* @return 构建的 `NodeExt` 对象
*/
@SuppressWarnings("unchecked cast")
@SuppressWarnings("unchecked")
private NodeExt buildNodeExt(String code, String name, int type, List<Object> sources) {
NodeExt nodeExt = new NodeExt();
nodeExt.setCode(code);