|
|
@ -28,7 +28,7 @@ import javax.validation.Valid; |
|
|
|
@RestController |
|
|
|
@RestController |
|
|
|
@RequiredArgsConstructor |
|
|
|
@RequiredArgsConstructor |
|
|
|
@RequestMapping(AppConstants.APP_COMMON + "/pushConcernFanType") |
|
|
|
@RequestMapping(AppConstants.APP_COMMON + "/pushConcernFanType") |
|
|
|
@Api("推送关注粉丝跟类型关联管理") |
|
|
|
@Api(tags = "推送关注粉丝跟类型关联管理") |
|
|
|
public class PushConcernFanTypeController { |
|
|
|
public class PushConcernFanTypeController { |
|
|
|
|
|
|
|
|
|
|
|
private final IPushConcernFanTypeService iPushConcernFanTypeService; |
|
|
|
private final IPushConcernFanTypeService iPushConcernFanTypeService; |
|
|
|