pang.jiabao
2 天以前 4b48448c784d80cfbaff4840b9c6a4c1866a5979
1
2
3
4
5
6
7
8
9
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.TaskWrkReportLog;
 
public interface TaskWrkReportLogService extends IService<TaskWrkReportLog> {
 
 
}