heheng
2025-11-27 af31f0a78ec1932cec1a7e99482e7d850e60576e
multi-system/src/main/java/com/gkhy/exam/system/domain/StandingBook.java
@@ -67,7 +67,7 @@
    @TableField(exist = false)
    private String personResponsibleName;
    @ApiModelProperty("设备类型1计算机设备2办公自动化设备3外部设备4其他")
    @ApiModelProperty("设备类型1计算机设备2办公自动化设备3外部设备4其他5生产设备")
    @TableField("device_type")
    @NotNull(message = "设备类型不能为空")
    private Integer deviceType;