NowDao class

Constructors

NowDao()

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 Properties

nowUserId int
getter/setter pair

Static Methods

createHouse(NowHouseEntity entity) Future<DataResult>
delHouse(int? id) Future<DataResult>
getDeleteFunTree({required int id}) Future<DataResult>
getDeleteFunUser({required int id}) Future<DataResult>
getEditInfo(String userid, {required Map map, String gender = '0'}) Future<DataResult>
getUserInfo(String userId) Future<DataResult>
houseList() Future<DataResult>
postUserModifyFunTre({required NewModel model}) Future<DataResult>
postUserModifyFunUser({required NewModel model}) Future<DataResult>
postUserSearchFunTree({required NewModel model}) Future<DataResult>
postUserSearchFunUser({required NewModel model}) Future<DataResult>
reg(String id, [bool three = false]) Future<DataResult>
updateHouse(NowHouseEntity entity) Future<DataResult>