💩 改善代码, 通过 codacy 校验

This commit is contained in:
zhaojun1998
2019-12-21 12:31:53 +08:00
parent 8e7d4432a3
commit d293105521
13 changed files with 42 additions and 40 deletions

View File

@@ -2,7 +2,11 @@ package im.zhaojun.common.model;
import lombok.Data;
import javax.persistence.*;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
/**
* @author zhaojun