refactor: flatten controller packages

This commit is contained in:
wh
2026-04-14 13:47:38 +08:00
parent ef1e4f5106
commit ba42b6f50e
11 changed files with 35 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
package com.label.module.user.controller;
package com.label.controller;
import com.label.common.result.Result;
import com.label.common.shiro.TokenPrincipal;

View File

@@ -1,4 +1,4 @@
package com.label.module.export.controller;
package com.label.controller;
import com.label.common.result.PageResult;
import com.label.common.result.Result;

View File

@@ -1,4 +1,4 @@
package com.label.module.annotation.controller;
package com.label.controller;
import com.label.common.result.Result;
import com.label.common.shiro.TokenPrincipal;

View File

@@ -1,4 +1,4 @@
package com.label.module.annotation.controller;
package com.label.controller;
import com.label.common.result.Result;
import com.label.common.shiro.TokenPrincipal;

View File

@@ -1,4 +1,4 @@
package com.label.module.source.controller;
package com.label.controller;
import com.label.common.result.PageResult;
import com.label.common.result.Result;

View File

@@ -1,4 +1,4 @@
package com.label.module.config.controller;
package com.label.controller;
import com.label.common.result.Result;
import com.label.common.shiro.TokenPrincipal;

View File

@@ -1,4 +1,4 @@
package com.label.module.task.controller;
package com.label.controller;
import com.label.common.result.PageResult;
import com.label.common.result.Result;

View File

@@ -1,4 +1,4 @@
package com.label.module.user.controller;
package com.label.controller;
import java.util.Map;

View File

@@ -1,4 +1,4 @@
package com.label.module.video.controller;
package com.label.controller;
import com.label.common.result.Result;
import com.label.common.shiro.TokenPrincipal;