增加查询鲜丰订货金接口
This commit is contained in:
@@ -18,6 +18,7 @@ import com.cool.store.response.ResponseResult;
|
||||
import com.cool.store.service.*;
|
||||
import com.cool.store.vo.OpeningOperationPlanListVO;
|
||||
import com.cool.store.vo.OpeningOperationPlanVO;
|
||||
import com.cool.store.vo.shop.ShopStageInfoVO;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
@@ -52,7 +53,11 @@ public class PCOpenPreparationController {
|
||||
public ResponseResult<Boolean> flush(@RequestParam("shopId") Long shopId) {
|
||||
return ResponseResult.success(openingOperationPlanService.flush(shopId));
|
||||
}
|
||||
|
||||
@ApiOperation("获取鲜丰订货金状态")
|
||||
@GetMapping("/getStatus")
|
||||
public ResponseResult<Boolean> getStatus(@RequestParam("shopId") Long shopId) {
|
||||
return ResponseResult.success(openingOperationPlanService.getStatus(shopId));
|
||||
}
|
||||
@PostMapping("/openingOperationPlan/submit")
|
||||
@ApiOperation("提交开业运营方案")
|
||||
public ResponseResult submitPlan(@RequestBody OpeningOperationPlanRequest request) {
|
||||
|
||||
Reference in New Issue
Block a user