service apis edit, info, items, status, names
CI / changes (push) Successful in 2s
CI / docker-bff (push) Successful in 1s
CI / docker-product (push) Has been skipped

This commit is contained in:
2026-08-11 10:35:29 +08:00
parent afc8e18635
commit 44c4aed22e
16 changed files with 930 additions and 82 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ func (m ServicesModel) Init() ServicesModel {
return m
}
func (m ServicesModel) Create(data *dao.Admin) error {
func (m ServicesModel) Create(data *dao.Services) error {
return m.Base.Create(data)
}