自动化立体仓库 - WMS系统
#
1
7 天以前 311d0b94fe67a711d3f382ff02c69b49069c2da3
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);
 
}