| | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty("机床编号") |
| | | private String code; |
| | | |
| | | @ColumnWidth(20) |
| | | @ExcelProperty("设备编号") |
| | | private String equipmentCode; |
| | | @ExcelProperty("机床型号") |
| | | private String name; |
| | | @ExcelIgnore |
| | |
| | | private String controlSystemName; |
| | | |
| | | @Schema(description = "程序临时目录") |
| | | @ExcelProperty("程序临时目录") |
| | | private String progTempDir; |
| | | |
| | | @ExcelProperty("程序下发目录") |
| | | private String progSendDir; |
| | | |
| | | @Schema(description = "SND文件夹保持时间(小时)") |
| | | @ExcelProperty("下发目录保持时间") |
| | | private Integer sendDirExpiryHours; |
| | | |
| | | @ExcelProperty("程序回传目录") |
| | | private String progReceiveDir; |
| | | @Schema(description = "RECEIVE文件夹保持时间(小时)") |
| | | |
| | | @ExcelProperty("回传目录保持时间") |
| | | private Integer receiveDirExpiryHours; |
| | | |
| | | @ExcelProperty("备注") |