平台统一使用 IdGenerator.nextId() 生成ID。如果想要提前设置 ID,可以使用这个工具类生成一个 ID,然后设置到模型里面,再调用创建方法。
已知问题
- 不能调用 this.create()。需要调用 rs.call("create") 或 rs.callSuper("create") 方法
平台统一使用 IdGenerator.nextId() 生成ID。如果想要提前设置 ID,可以使用这个工具类生成一个 ID,然后设置到模型里面,再调用创建方法。
已知问题
This version of the page was edited by lizhanbin at . View the most recent version.