1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.mes.edgstoragecage.entity.vo;
 
import com.mes.edgstoragecage.entity.EdgStorageCage;
import com.mes.edgstoragecage.entity.EdgStorageCageDetails;
import com.mes.glassinfo.entity.GlassInfo;
import lombok.Data;
 
import java.util.List;
 
/**
 * @Author : zhoush
 * @Date: 2024/12/18 20:00
 * @Description:
 */
@Data
public class CutDrawingVO extends GlassInfo {
 
    private int state;
}