提交 e207ef96 authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 8ce561e6
package com.zrqx.resource.fg.controller.BoostActivity;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.zrqx.resource.commons.model.bargaining.Bargaining;
import com.zrqx.resource.fg.service.bargaining.FgBargainingSerivceImpl;
import io.swagger.annotations.Api;
/**
......@@ -15,4 +19,10 @@ import io.swagger.annotations.Api;
@Api(description="前台-助力活动")
public class FgBoostActivityController {
@Autowired
private FgBargainingSerivceImpl fgBargainingSerivce;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论