yangys
2024-10-09 7ef593e1e3c35aaeecf9318f0b3941230d3ed002
1
2
3
4
5
6
7
package com.qianwen.mdc.collect.mapper.mgr;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.qianwen.mdc.collect.entity.mgr.ProductionCalendarDay;
 
public interface CalendarDayMapper extends BaseMapper<ProductionCalendarDay> {
}