吴门医述首页获取课程价格、说明

This commit is contained in:
wuchunlei
2024-05-30 14:31:58 +08:00
parent d11059654d
commit ed90ee561c
4 changed files with 69 additions and 1 deletions

View File

@@ -8,7 +8,11 @@ import com.peanut.modules.common.dao.TaihuWelfareDao;
import com.peanut.modules.common.entity.TaihuWelfareEntity;
import com.peanut.modules.common.service.TaihuWelfareService;
import com.peanut.modules.common.to.ParamTo;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
@Slf4j
@Service("commonTaihuWelfareService")
public class TaihuWelfareServiceImpl extends ServiceImpl<TaihuWelfareDao, TaihuWelfareEntity> implements TaihuWelfareService {
@Override