【功能新增】工作流:完善仿钉钉、飞书模式
This commit is contained in:
@@ -59,4 +59,11 @@ public class BeanUtils {
|
||||
return new PageResult<>(list, source.getTotal());
|
||||
}
|
||||
|
||||
public static void copyProperties(Object source, Object target) {
|
||||
if (source == null || target == null) {
|
||||
return;
|
||||
}
|
||||
BeanUtil.copyProperties(source, target, false);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user