自动化立体仓库 - WMS系统
#
vincent
2020-05-25 f4084478ebe9c4599b99275c90f4f0b87abc4253
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasCrnp;
 
public interface BasCrnpService extends IService<BasCrnp> {
 
}