| | |
| | | @Setter |
| | | @Getter |
| | | public class MachineSaveVO extends BaseVO { |
| | | |
| | | @Schema(description = "机床编码") |
| | | private String code; |
| | | @Schema(description = "机床型号") |
| | | private String name; |
| | | /** |
| | | * 所属机床组code,字典machine_group |
| | | */ |
| | | |
| | | @Schema(description = "所属机床组code,字典machine_group") |
| | | private String machineGroupCode; |
| | | /** |
| | | * 机器规格:01车床/02铣床,在业务字典配置(key=machine_spec) |
| | | */ |
| | | |
| | | @Schema(description = "机器规格,在业务字典配置(key=machine_spec)") |
| | | private String machineSpec; |
| | | /** |
| | | * 操作员,文本录入 |
| | | */ |
| | | |
| | | @Schema(description = "操作员(文本录入)") |
| | | private String operator; |
| | | /** |
| | | * 所属单位/组织 |
| | | */ |
| | | |
| | | @Schema(description = "所属单位") |
| | | private Long ownerDept; |
| | | /** |
| | | * '生产商' |
| | | */ |
| | | |
| | | @Schema(description = "生产商") |
| | | private String manufacturer; |
| | | /** |
| | | * 检查程序回传的轮询时间(小时) |
| | | */ |
| | | |
| | | @Schema(description = "轮询时间") |
| | | private Integer pollingHours; |
| | | /** |
| | | * 控制系统(如发那科),在业务字典配置(key=machine_controll_system),使用英文字母 |
| | | */ |
| | | |
| | | @Schema(description = "控制系统") |
| | | private String controlSystem; |
| | | /** |
| | | * 程序下发目录 |