1、新增装配设置接口、多语言整理;2、订单部件cadinfo接口部件范围查询错误修复;

This commit is contained in:
gaoqr
2026-02-27 16:05:14 +08:00
parent d825ce8f6d
commit 1fad32a235
31 changed files with 1017 additions and 21 deletions
@@ -108,4 +108,10 @@ public class AssertUtils {
throw new ServiceException(errorCode);
}
}
public static void isTrue(boolean expression, ErrorCode errorCode, Object... params) {
if (expression) {
throw new ServiceException(errorCode, params);
}
}
}