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