@@ -58,6 +58,7 @@ public class TBClientVersion extends BaseEntity {
this.name = description;
this.type = type;
this.value = 1;
+ setCreateTime(System.currentTimeMillis());
}
public Long getOrgId() {