| | |
| | | * 状态(1-有效 2-逾期) |
| | | */ |
| | | @ApiModelProperty("状态(1-有效 2-逾期)") |
| | | @Excel(name = "状态", readConverterExp = "1=有效,2=逾期,3=即将到期") |
| | | @Excel(name = "状态", readConverterExp = "1=有效,2=逾期") |
| | | private Integer status; |
| | | |
| | | /** |
| | |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long tenantId; |
| | | |
| | | |
| | | @ApiModelProperty("单位") |
| | | private String unit; |
| | | |
| | | @ApiModelProperty("部门id") |
| | | private Long deptId; |
| | | |
| | | @ApiModelProperty("安装位置") |
| | | private String installationLocation; |
| | | private String instationLocation; |
| | | |
| | | @ApiModelProperty("检定单位") |
| | | private String unit; |
| | | |
| | | @ApiModelProperty("检定周期(天)") |
| | | private Long cycle; |
| | | private String cycle; |
| | | |
| | | } |