refactor: flatten controller packages
This commit is contained in:
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.label.module.user.controller;
|
||||
package com.label.controller;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user