| | |
| | | @Schema(description = "机床型号") |
| | | private String name; |
| | | |
| | | @Schema(description = "设备编号") |
| | | private String equipmentCode; |
| | | @Schema(description = "所属机床组code,字典machine_group") |
| | | private String machineGroupCode; |
| | | |
| | |
| | | @Schema(description = "操作员(文本录入)") |
| | | private String operator; |
| | | |
| | | @Schema(description = "所属单位") |
| | | @Schema(description = "所属组织") |
| | | private Long ownerDept; |
| | | |
| | | @Schema(description = "生产商") |
| | | private String manufacturer; |
| | | |
| | | @Schema(description = "轮询时间") |
| | | private Integer pollingHours; |
| | | |
| | | @Schema(description = "控制系统") |
| | | private String controlSystem; |
| | | |
| | | @Schema(description = "状态") |
| | | private String statusName; |
| | | |
| | | @Schema(description = "程序临时目录") |
| | | private String progTempDir; |
| | | /** |
| | | * 程序下发目录 |
| | | */ |
| | | @Schema(description = "程序回传目录") |
| | | private String progSendDir; |
| | | /** |
| | | * ', |
| | | */ |
| | | |
| | | @Schema(description = "程序回传目录") |
| | | private String progReceiveDir; |
| | | @Schema(description = "程序临时目录") |
| | | private String progTempDir; |
| | | |
| | | @Schema(description = "备注") |
| | | private String remark; |
| | | |
| | | @Schema(description = "send文件夹保持时间 小时") |
| | | private Integer sendDirExpiryHours; |
| | | |
| | | @Schema(description = "receive文件夹保持时间 小时") |
| | | private Integer receiveDirExpiryHours; |
| | | } |