NowAddress class

Constructors

NowAddress()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

createHouse() → dynamic
deleteFunTree() → dynamic
删除树形
deleteFunUser() → dynamic
删除用户附加信息
delHouse() → dynamic
getEditInfo() → dynamic
getRegUserInfo() → dynamic
getUserInfo() → dynamic
houseList() → dynamic
login() → dynamic
modifyFunTree() → dynamic
增加-更新树形(userId not null 更新:id>0 增加:id=null || id<= 0)
modifyFunUser() → dynamic
增加-更新用户附加信息(userId not null 更新:id>0 增加:id=null || id<= 0)
reg() → dynamic
searchFunTree() → dynamic
查询树形数据(房间。查询结果是无业务根节
searchFunUser() → dynamic
查询用户附加信息
updateHouse() → dynamic