package com.ylx.lottery.service; import com.ylx.usercenter.domain.dto.UnifiedUserCenterDTO; public interface LotteryCountService { boolean batchAdd(UnifiedUserCenterDTO dto); }