新增查询门店会员

This commit is contained in:
chy
2025-07-04 16:47:45 +08:00
parent f0b13086dd
commit 7f23097976
39 changed files with 844 additions and 176 deletions

View File

@ -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
//}