| | |
| | | */ |
| | | @Excel(name = "检查人", width = 15) |
| | | @ApiModelProperty(value = "检查人") |
| | | @Dict(dicCode = "sys_user, realname, username") |
| | | @Dict(dictTable = "sys_user", dicCode = "username", dicText = "realname") |
| | | private String inspector; |
| | | /** |
| | | * 检查时间 |
| | |
| | | */ |
| | | @Excel(name = "操作人签字", width = 15) |
| | | @ApiModelProperty(value = "操作人签字") |
| | | @Dict(dicCode = "sys_user, realname, username") |
| | | @Dict(dictTable = "sys_user", dicCode = "username", dicText = "realname") |
| | | private String operatorSignature; |
| | | /** |
| | | * 协助操作人 |
| | |
| | | */ |
| | | @Excel(name = "维修人签字", width = 15) |
| | | @ApiModelProperty(value = "维修人签字") |
| | | @Dict(dicCode = "sys_user, realname, username") |
| | | @Dict(dictTable = "sys_user", dicCode = "username", dicText = "realname") |
| | | private String repairmanSignature; |
| | | /** |
| | | * 协助维修人 |
| | |
| | | */ |
| | | @Excel(name = "维修室主任签字", width = 15) |
| | | @ApiModelProperty(value = "维修室主任签字") |
| | | @Dict(dicCode = "sys_user, realname, username") |
| | | @Dict(dictTable = "sys_user", dicCode = "username", dicText = "realname") |
| | | private String repairManagerSignature; |
| | | /** |
| | | * 维修室主任签字时间 |
| | |
| | | */ |
| | | @Excel(name = "设备检查人签字", width = 15) |
| | | @ApiModelProperty(value = "设备检查人签字") |
| | | @Dict(dicCode = "sys_user, realname, username") |
| | | @Dict(dictTable = "sys_user", dicCode = "username", dicText = "realname") |
| | | private String inspectorSignature; |
| | | /** |
| | | * 设备检查人签字时间 |