更新公共实体
This commit is contained in:
parent
159533078e
commit
0cbb2d19d8
|
|
@ -34,6 +34,10 @@ public class ServiceVersionZs implements Serializable {
|
|||
|
||||
private String incrementModel;
|
||||
|
||||
private String taskInfo;
|
||||
|
||||
private String resultInfo;
|
||||
|
||||
private String createBy;
|
||||
|
||||
private String updateBy;
|
||||
|
|
|
|||
|
|
@ -37,4 +37,8 @@ public class ServiceVersionDTO {
|
|||
|
||||
private String command;
|
||||
|
||||
private String taskInfo;
|
||||
|
||||
private String resultInfo;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue