自动化立体仓库 - WCS系统
zhangc
2025-03-15 57fa3510fe6573f70a5dfc043a775da32530fbc6
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> {
 
 
}