fix: avoid vip props service bean conflict

This commit is contained in:
z 2026-05-05 02:03:55 +08:00
parent 23a23d2ee9
commit a7050502b3

View File

@ -9,7 +9,7 @@ import org.springframework.stereotype.Service;
/**
* 用户道具流水服务实现.
*/
@Service
@Service("vipRunningWaterUserPropsServiceImpl")
public class RunningWaterUserPropsServiceImpl extends
BaseServiceImpl<RunningWaterUserPropsDAO, RunningWaterUserProps>
implements RunningWaterUserPropsService {