修改 Hosts 实体类创建者字段类型为 Long
This commit is contained in:
@@ -71,7 +71,7 @@ public class NewHosts {
|
||||
/**
|
||||
* 入库人
|
||||
*/
|
||||
private Integer creator;
|
||||
private Long creator;
|
||||
|
||||
/**
|
||||
* 数据插入时间
|
||||
|
||||
Reference in New Issue
Block a user