1、新增手工调账管理;2、组织新增/修改移除套餐必填;3、组织账户明细支持查询手动调账记录;

This commit is contained in:
gaoqr
2025-09-16 16:20:54 +08:00
parent 8fdb40a481
commit 0bbb0c9c60
23 changed files with 645 additions and 23 deletions
@@ -77,4 +77,10 @@ public class AssertUtils {
throw exception(errorCode);
}
}
public static void equals(Object obj1, Object obj2, ErrorCode errorCode) {
if (ObjectUtil.equal(obj1, obj2)) {
throw exception(errorCode);
}
}
}