refactor: shorten model and table prefixes

This commit is contained in:
2026-07-23 14:30:17 +08:00
parent 6e7be2f3a4
commit 0ca2898ac0
71 changed files with 707 additions and 638 deletions

View File

@@ -144,7 +144,7 @@ type WorkspaceCronPlanDTO struct {
Owner string `json:"owner"`
}
func projectDTO(project models.SenlinAgentProject) ProjectDTO {
func projectDTO(project models.SaProject) ProjectDTO {
return ProjectDTO{
ID: project.Identity,
Name: project.Name,