| | |
| | | import com.ks.daylucky.pojo.DO.UserMsg; |
| | | import com.ks.daylucky.query.UserMsgQuery; |
| | | import com.ks.daylucky.service.UserMsgService; |
| | | import org.apache.dubbo.config.annotation.Service; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.validation.annotation.Validated; |
| | | |
| | | import javax.annotation.Resource; |
| | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | @Service(version = "1.0.0") |
| | | @Service |
| | | public class UserMsgServiceImpl implements UserMsgService { |
| | | @Resource |
| | | private UserMsgMapper userMsgMapper; |