更新公共实体

This commit is contained in:
zch 2026-01-26 16:14:05 +08:00
parent 159533078e
commit 0cbb2d19d8
2 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,10 @@ public class ServiceVersionZs implements Serializable {
private String incrementModel;
private String taskInfo;
private String resultInfo;
private String createBy;
private String updateBy;

View File

@ -37,4 +37,8 @@ public class ServiceVersionDTO {
private String command;
private String taskInfo;
private String resultInfo;
}