| | |
| | | import lombok.Setter; |
| | | import org.springblade.core.mp.base.BizEntity; |
| | | |
| | | import java.time.LocalDate; |
| | | import java.time.LocalDateTime; |
| | | |
| | | @Setter |
| | | @Getter |
| | | @TableName("mdm_nc_node") |
| | |
| | | /** |
| | | * 工序版次 |
| | | */ |
| | | private String processEdition; |
| | | //private String processEdition; |
| | | |
| | | /** |
| | | * 工艺版次 |
| | | */ |
| | | private String craftEdition; |
| | | //private String craftEdition; |
| | | /** |
| | | * 零组件号/图号 |
| | | */ |
| | | private String partNo; |
| | | private String drawingNo; |
| | | /** |
| | | * 图号版次 |
| | | */ |
| | | private String partNoEdition; |
| | | //private String partNoEdition; |
| | | |
| | | /** |
| | | * 是否固化 |
| | |
| | | /** |
| | | * 过期日期 |
| | | */ |
| | | private LocalDate expireDate; |
| | | //private LocalDate expireDate; |
| | | /** |
| | | * 是否锁定 |
| | | */ |
| | | private Integer isLocked; |
| | | //private Integer isLocked; |
| | | /** |
| | | * 节点类型:字典 |
| | | */ |