zhoushihao
2024-10-16 7956f09935a708f17b0f1b29a6625475f53c7509
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}