| | |
| | | package com.ks.lucky.remote.service; |
| | | |
| | | import com.ks.lib.common.exception.ParamsException; |
| | | import com.ks.lucky.exception.LuckyActivitySponsorInfoException; |
| | | import com.ks.lucky.pojo.DO.LuckyActivitySponsorInfo; |
| | | |
| | | import javax.validation.Valid; |
| | | |
| | | /** |
| | | * 活动赞助信息 |
| | |
| | | * @param sponsorInfo |
| | | * @throws LuckyActivitySponsorInfoException |
| | | */ |
| | | public Long addSponsorInfo(LuckyActivitySponsorInfo sponsorInfo) throws LuckyActivitySponsorInfoException; |
| | | public Long addSponsorInfo(@Valid LuckyActivitySponsorInfo sponsorInfo) throws ParamsException,LuckyActivitySponsorInfoException; |
| | | |
| | | /** |
| | | * 修改赞助信息 |