[代码优化](v2.6):update BaseDTO.java

pull/654/head
Zheng Jie 2021-05-08 16:38:44 +08:00
parent f207d003c2
commit 34b91ea7fd
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public class BaseDTO implements Serializable {
private String createBy;
private String updatedBy;
private String updateBy;
private Timestamp createTime;