自动化立体仓库 - WCS系统
#
lsh
2024-06-21 352b3946e1afb9a27c96f58bb138e2ba5a010ec0
1
2
3
4
5
6
7
8
9
10
package com.zy.asrs.service;
 
import com.zy.asrs.entity.WrkMastExecute;
import com.baomidou.mybatisplus.service.IService;
 
public interface WrkMastExecuteService extends IService<WrkMastExecute> {
 
    Integer getWrkMastByJarIdCount(Integer jarId);
 
}