zhoushihao
2024-07-26 b3fd4ee6e9d4ae51cde28be8ae705e19af5ef9e4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.mes.bigstoragetask.entity;
 
import lombok.Data;
 
/**
 * @Author : zhoush
 * @Date: 2024/7/26 9:05
 * @Description:
 */
@Data
public class UpdateBigStorageCageDTO {
 
    private String glassId;
 
    private int targetSlot;
 
    private Integer startSlot;
}