自动化立体仓库 - WMS系统
zhangc
2024-12-12 5dc8a9f9aba3310fd21cad9509635bb7ec2f007f
1
2
3
4
5
6
7
8
9
10
11
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.ReportData;
import com.zy.asrs.entity.ReportDataLog;
 
public interface ReportDataLogService extends IService<ReportDataLog> {
 
 
 
}