|
|
@@ -3,6 +3,7 @@ package com.goafanti.demand.controller;
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
+import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
import com.goafanti.common.bo.Result;
|
|
|
@@ -18,6 +19,7 @@ public class DemandApiController {
|
|
|
/**
|
|
|
* 用户需求列表
|
|
|
*/
|
|
|
+ @RequestMapping(value = "/list", method = RequestMethod.GET)
|
|
|
public Result list(Integer serialNumber, String name, String keyword, Integer demandType,
|
|
|
String validityPeriodStartDate, String validityPeriodEndDate, String username, Integer status,
|
|
|
Integer releaseStatus, String releaseDateStartDate, String releaseDateEndDate, String pageNo,
|