| | |
| | | @Setter |
| | | @Getter |
| | | public class MachineVO extends BaseVO { |
| | | |
| | | @Schema(description = "机床代码/设备编码") |
| | | private String code; |
| | | @Schema(description = "机床型号") |
| | | private String name; |
| | | /** |
| | | * 所属机床组code |
| | |
| | | |
| | | @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; |
| | | } |