Pre Merge pull request !74 from 憨涛子/master

This commit is contained in:
憨涛子 2025-05-10 02:51:30 +00:00 committed by Gitee
commit 870ee7e4fb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 20 additions and 0 deletions

View File

@ -128,6 +128,16 @@ public class DataTracerChangeContentService {
return this.getAddDeleteContent(object); return this.getAddDeleteContent(object);
} }
/**
* 解析批量bean的内容
*
* @param objectList 对象列表
* @return 单个内容
*/
public <T> String getChangeContent(List<T> objectList) {
return this.getObjectListContent(objectList);
}
// ---------------------------- 以下 私有private 方法 ---------------------------- // ---------------------------- 以下 私有private 方法 ----------------------------
/** /**

View File

@ -128,6 +128,16 @@ public class DataTracerChangeContentService {
return this.getAddDeleteContent(object); return this.getAddDeleteContent(object);
} }
/**
* 解析批量bean的内容
*
* @param objectList 对象列表
* @return 单个内容
*/
public <T> String getChangeContent(List<T> objectList) {
return this.getObjectListContent(objectList);
}
// ---------------------------- 以下 私有private 方法 ---------------------------- // ---------------------------- 以下 私有private 方法 ----------------------------
/** /**