fix_step null false

This commit is contained in:
2025-12-10 17:51:28 +08:00
parent 83d0fd6587
commit 09d7a4f076
4 changed files with 16 additions and 21 deletions

View File

@@ -12,6 +12,7 @@ import (
type ProductApplicationService interface {
// 产品管理
CreateProduct(ctx context.Context, cmd *commands.CreateProductCommand) (*responses.ProductAdminInfoResponse, error)
UpdateProduct(ctx context.Context, cmd *commands.UpdateProductCommand) error
DeleteProduct(ctx context.Context, cmd *commands.DeleteProductCommand) error