1811872455@163.com hace 1 semana
padre
commit
d674f29aaa

+ 5 - 0
storlead-centre-api/src/main/java/com/storlead/centre/app/AppPageManageApiController.java

@@ -2,7 +2,12 @@ package com.storlead.centre.app;
 
 import com.storlead.centre.entity.SysAppPageInfoEntity;
 import com.storlead.centre.service.SysAppPageInfoService;
+import com.storlead.framework.web.assemble.Result;
 import io.swagger.annotations.Api;
+import io.swagger.annotations.ApiOperation;
+import org.springframework.transaction.annotation.Transactional;
+import org.springframework.web.bind.annotation.PostMapping;
+import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
 import javax.annotation.Resource;