mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-17 10:56:39 +08:00
Merge branch 'master' of https://gitee.com/lab1024/smart-admin
This commit is contained in:
commit
d5abf42014
@ -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 方法 ----------------------------
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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 方法 ----------------------------
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user