无关风月
2 天以前 96928bdb692c62e01105d1d6a7f4bd04df5aa3c0
ruoyi-system/src/main/java/com/ruoyi/system/dto/asset/AssetRepairRecordAddDTO.java
@@ -29,7 +29,7 @@
    private String title;
    @ApiModelProperty(value = "维护资产类型ID", required = true)
    @NotBlank(message = "维护资产类型ID不能为空")
    @NotNull(message = "维护资产类型ID不能为空")
    private Integer assetTypeId;
    @ApiModelProperty(value = "当前维修状态:0-维修中,1-无需维修,2-维修完成", required = true)