Browse Source

完成班级

yjp 1 year ago
parent
commit
d6038e63ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      project/mono/application/service/class.go

+ 1 - 1
project/mono/application/service/class.go

@@ -32,5 +32,5 @@ func (svc *ClassService) v1(appInstance *application.App) {
 		UpdateJsonBody:     &class.UpdateJsonBody{},
 		QueryQueryParams:   &class.QueryQueryParams{},
 		GetByIDQueryParams: &class.GetByIDQueryParams{},
-	})
+	}, entity_crud.WithCreateUserID(), entity_crud.WithLastUpdateUserID())
 }