mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-28 04:26:02 +08:00
【代码评审】IoT:物模型的维护
This commit is contained in:
@ -15,7 +15,7 @@ import java.time.LocalDateTime;
|
||||
@ExcelIgnoreUnannotated
|
||||
public class IotThingModelRespVO {
|
||||
|
||||
@Schema(description = "产品ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "21816")
|
||||
@Schema(description = "产品编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "21816")
|
||||
@ExcelProperty("产品ID")
|
||||
private Long id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user