yangys
2024-09-27 26f8e5990686bdba2119024a260d986266506757
1
2
3
4
5
6
7
8
9
10
11
package com.qianwen.mdc.collect.service;
 
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.qianwen.mdc.collect.entity.mgr.ProductionCalendarDaytime;
import com.qianwen.mdc.collect.mapper.mgr.CalendarDaytimeMapper;
 
import org.springframework.stereotype.Service;
 
@Service
public class CalendarDaytimeService extends ServiceImpl<CalendarDaytimeMapper, ProductionCalendarDaytime>{
}