pang.jiabao
2025-05-15 2c0e3414d8032b5cd5e673dd587afc7d1a9bab7c
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> {
 
 
}