Documentation ¶
Index ¶
- func Create(ctx context.Context, floor *entity.Floor) (id int, err error)
- func Delete(ctx context.Context, id int) (err error)
- func Exist(ctx context.Context, id int) error
- func GetList(ctx context.Context, condition *dao.FloorSearchCondition) (floors []*entity.Floor, err error)
- func GetOne(ctx context.Context, id int) (floor *entity.Floor, err error)
- func Update(ctx context.Context, floor *entity.Floor) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.