自动化立体仓库 - WMS系统
#
whycq
2024-07-29 3521070a2fda24b1d534e21018ce8017e01f595a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.zy.asrs.entity.param;
 
import lombok.Data;
 
/**
 * @author pang.jiabao
 * @description
 * @createDate 2024/7/2 18:40
 */
@Data
public class CrnExecuteParam {
    private Integer workNo;
    private Integer staNo;
}