| | |
| | | private String code; |
| | | @Schema(description = "机床型号") |
| | | private String name; |
| | | @Schema(description = "设备编号") |
| | | private String equipmentCode; |
| | | /** |
| | | * 所属机床组code |
| | | */ |
| | |
| | | |
| | | @Schema(description = "所属单位/组织") |
| | | private Long ownerDept; |
| | | |
| | | @Schema(description = "所属单位名称") |
| | | private String ownerDeptName; |
| | | @Schema(description = "生产商") |
| | | private String manufacturer; |
| | | /** |
| | |
| | | @Schema(description = "控制系统,在业务字典配置(key=machine_control_system)") |
| | | private String controlSystem; |
| | | |
| | | @Schema(description = "控制系统名称") |
| | | private String controlSystemName; |
| | | @Schema(description = "程序下发目录") |
| | | private String progSendDir; |
| | | |
| | |
| | | private String progTempDir; |
| | | @Schema(description = "备注") |
| | | private String remark; |
| | | |
| | | @Schema(description = "send文件夹保持时间 小时") |
| | | private Integer sendDirExpiryHours; |
| | | |
| | | |
| | | @Schema(description = "receive文件夹保持时间 小时") |
| | | private Integer receiveDirExpiryHours; |
| | | } |