Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @GET
  2. @Path("/QA")
  3. @Produces(MediaType.APPLICATION_JSON)
  4. public ProjectRegStatusVO getProjectRegStatusQA(){
  5. return ProjectRegStatusModule.getInstance().getProjectRegResult("QA").produceNumber();
  6. }
  7.  
  8. {
  9. "name": "SpecPool Risk",
  10. "colorValue": 48,
  11. "children": [
  12. {
  13. "name": "Hedge Sheet",
  14. "colorValue": 48
  15. }
  16. ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement