|
|
@@ -11,6 +11,8 @@ import com.java110.dto.UserDto;
|
|
|
import com.java110.dto.app.AppDto;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
+import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
import java.util.ArrayList;
|
|
|
@@ -32,7 +34,7 @@ public class AppInnerServiceSMOImpl extends BaseServiceSMO implements IAppInnerS
|
|
|
|
|
|
@Autowired
|
|
|
private IUserInnerServiceSMO userInnerServiceSMOImpl;
|
|
|
-
|
|
|
+
|
|
|
@Override
|
|
|
public List<AppDto> queryApps(@RequestBody AppDto appDto) {
|
|
|
|