@Id
@GeneratedValue(generator = "system-uuid")
@GenericGenerator(name = "system-uuid", strategy = "uuid")
@Column(length = 32)
public String id;
其他不变
extends Model
改成
extends play.db.jpa.GenericModel