pang.jiabao
6 天以前 f47010b3b237240f342f76c8f77f0475c3ab6052
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.asrs.service.impl;
 
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import com.zy.asrs.entity.TaskWrkReportLog;
import com.zy.asrs.mapper.TaskWrkReportLogMapper;
import com.zy.asrs.service.TaskWrkReportLogService;
import org.springframework.stereotype.Service;
 
@Service
public class TaskWrkLogReportServiceImpl extends ServiceImpl<TaskWrkReportLogMapper, TaskWrkReportLog> implements TaskWrkReportLogService {
 
}