| | |
| | | import lombok.Getter; |
| | | import lombok.Setter; |
| | | import org.springblade.core.mp.support.Query; |
| | | import org.springblade.mdm.commons.vo.BaseVO; |
| | | |
| | | /** |
| | | * 分页拆线呢 |
| | | */ |
| | | |
| | | @Schema(description = "机床文件查询对象") |
| | | @Schema(description = "机床文件变更历史对象") |
| | | @Setter |
| | | @Getter |
| | | public class MachineFileChangeHisVO extends Query { |
| | | @Schema(description = "文件名成") |
| | | public class MachineFileChangeHisVO extends BaseVO { |
| | | @Schema(description = "用户姓名") |
| | | private String name; |
| | | @Schema(description = "目录类型") |
| | | private String dirType; |
| | | @Schema(description = "机床编码") |
| | | private String machineCode; |
| | | } |