对比新文件 |
| | |
| | | package org.jeecg.modules.dncFlow.ext; |
| | | |
| | | import lombok.Data; |
| | | import lombok.NoArgsConstructor; |
| | | import org.jeecg.modules.dncFlow.entity.AssignFileStream; |
| | | |
| | | @Data |
| | | @NoArgsConstructor |
| | | public class AssignFileStreamExt extends AssignFileStream { |
| | | private String productName; |
| | | private String componentName; |
| | | private String partsName; |
| | | private String processName; |
| | | private String stepName; |
| | | private String docName; |
| | | private String version; |
| | | private String applyUser; |
| | | private String approveUser; |
| | | private String deviceName; |
| | | private String docSuffix; |
| | | private String deviceManagementName; |
| | | private String deviceManagementCode; |
| | | } |