|
|
@@ -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;
|