123
This commit is contained in:
@@ -24,11 +24,11 @@ public class DynamicImages implements Serializable {
|
||||
* ID
|
||||
*/
|
||||
@TableId(value = "id",type = IdType.AUTO)
|
||||
private Integer id;
|
||||
private Long id;
|
||||
/**
|
||||
* 用户ID
|
||||
*/
|
||||
private Integer userId;
|
||||
private Long userId;
|
||||
/**
|
||||
* 动态ID
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user