自动化立体仓库 - WMS系统
zhang
8 天以前 5701eb6693c654d53f1bba460eb3a417d495b344
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> {
 
 
 
}