新增查询门店会员
This commit is contained in:
@ -276,3 +276,8 @@ func (s *sStore) Detail(ctx context.Context, in *model.StoreDetailIn) (out *mode
|
||||
Id: one[dao.Stores.Columns().Id].Int64(),
|
||||
}, nil
|
||||
}
|
||||
|
||||
//func (s *sStore) GetStoreMemberList(ctx context.Context, in *model.StoreMemberLevelsListIn) (out *model.StoreMemberLevelsListOut, error) {
|
||||
//
|
||||
// return nil, nil
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user