| | |
| | | package com.jcdm.main.bs.beatSetting.service.impl; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.jcdm.common.utils.DateUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | * @date 2024-01-05 |
| | | */ |
| | | @Service |
| | | public class BsBeatSettingServiceImpl implements IBsBeatSettingService |
| | | public class BsBeatSettingServiceImpl extends ServiceImpl<BsBeatSettingMapper,BsBeatSetting> implements IBsBeatSettingService |
| | | { |
| | | @Autowired |
| | | private BsBeatSettingMapper bsBeatSettingMapper; |