fix: 添加 updateTime 字段到项目 VO 类
This commit is contained in:
@@ -44,6 +44,9 @@ public class CcdiProjectVO {
|
||||
/** 创建时间 */
|
||||
private Date createTime;
|
||||
|
||||
/** 更新时间 */
|
||||
private Date updateTime;
|
||||
|
||||
/** 创建者(用户名) */
|
||||
private String createBy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user