自动化立体仓库 - WMS系统
zwl
4 天以前 38501f5760daefd634e00099ebe7019fd7247731
1
2
3
4
5
6
7
8
9
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasArmMast;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasArmMastService extends IService<BasArmMast> {
    boolean updateArmMastStatus(int armNo,int sortingLine,int staNoEnd,int status,int endStatus);
 
}