生成门店 service 层代码

This commit is contained in:
2025-06-05 10:15:00 +08:00
parent 7faad8b3c4
commit a9dabbbe21
5 changed files with 130 additions and 5 deletions

View File

@ -78,6 +78,5 @@ func (s *sMerchant) Audit(ctx context.Context, in *model.MerchantAuditIn) (out *
}
func (s *sMerchant) Create(ctx context.Context, in *model.MerchantCreateIn) (out *model.CreateOut, err error) {
return
}