| | |
| | | |
| | | import com.hx.resultTool.Result; |
| | | import com.hz.his.dto.PageDto; |
| | | import com.hz.phis.dt.card.CardDt; |
| | | import com.hz.phis.dt.promotion.PromotionDt; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | @PostMapping(value = "/promotion/page/list") |
| | | Result getPromotionList(@RequestBody PageDto pageDto); |
| | | |
| | | /**获取促销更新*/ |
| | | @PostMapping(value = "/promotion/update/list") |
| | | Result getUpdatePromotion(@RequestBody PromotionDt promotionDt); |
| | | } |