pang.jiabao
6 天以前 f47010b3b237240f342f76c8f77f0475c3ab6052
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.TaskWrkReport;
 
public interface TaskWrkReportService extends IService<TaskWrkReport> {
 
 
}