---添加数据日志返回对象

This commit is contained in:
2025-10-21 18:14:18 +08:00
parent aab7f0acc1
commit 0519a62d09
4 changed files with 35 additions and 16 deletions

View File

@ -0,0 +1,15 @@
package com.xjrsoft.module.datalog.vo;
public class DataChangeLogVo {
private Long id;
private String tableName;
private String name;
}