自动化立体仓库 - WMS系统
#1
dubin
2025-12-18 6a02553155f5c12890a611e6fe12b93cc7e75c32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.zy.asrs.entity.result;
 
import lombok.Data;
 
@Data
public class WrkPriority {
 
    /*组号*/
    private String taskId;
 
    /*优先级*/
    private Integer priorityCode;
 
    /*调整时间*/
    private String msgTime;
}