feat: sale manager

This commit is contained in:
zzw
2026-08-28 10:49:09 +08:00
parent 97eba7ad48
commit 6f567319be
82 changed files with 4491 additions and 182 deletions
@@ -76,8 +76,8 @@ func (l *ItemsLogic) Items(in *product.ItemsReq) (*product.Response, error) {
items = append(items, toProductItem(row))
}
return okResponse(utils.StructToJson(&product.ItemsData{
return okResponse(&product.ItemsData{
Count: result.Count,
Items: items,
})), nil
}), nil
}