@Table("t_topic")
public class Topic extends BasePojo {
private static final long serialVersionUID = -8090885594965549361L;
@Name
@Prev(els = @EL("$me.uuid()") )
protected String id;
帖子不能设置id类型为into类型吗,
Need @Name for class net.wendal.nutzbook.bean
改成int后报错了