自动化立体仓库 - WMS系统
#
LSH
2022-08-17 728764abe93568a2cf73845a001ce23ea8224950
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.TestMast;
import com.baomidou.mybatisplus.service.IService;
 
public interface TestMastService extends IService<TestMast> {
 
}