| | |
| | | @Schema(description = "拟使用地点") |
| | | @Column(columnDefinition="VARCHAR(64) comment '拟使用地点'") |
| | | private String place; |
| | | @Schema(description = "项目名称") |
| | | @Column(columnDefinition="VARCHAR(64) comment '项目名称'") |
| | | private String name; |
| | | @Schema(description = "申请部门") |
| | | @Column(columnDefinition="long comment '申请部门'") |
| | | private Long deptId; |
| | | @Schema(description = "申请部门") |
| | | @Column(columnDefinition="VARCHAR(64) comment '申请部门'") |
| | | private String deptName; |
| | | @Schema(description = "建议厂家") |
| | | @Column(columnDefinition="VARCHAR(64) comment '建议厂家'") |
| | | private String manu; |