You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class TestA:LitePalSupport() {
var _id=0L
var ID =0L
var v1 = ""
var v2 = ArrayList()
}
无论我定义成_id 还是 ID 查询出来都会自动将表主键id赋值给它们,要是数据是从服务端获取且id后端定义好的如何存储呢?如果定义成val 如果要动态创建对象或者接口解析对象我又如何赋值呢?
目前主键都是自己创建的ID自增,现在的精准查询方法都是传需要ID,感觉有局限性。
The text was updated successfully, but these errors were encountered: