update
This commit is contained in:
12
README.md
12
README.md
@@ -22,4 +22,16 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
```sql
|
||||||
|
INSERT INTO `document_library` (`id`, `create_by`, `create_time`, `update_by`, `update_time`, `sys_org_code`, `title`, `tags`, `content`, `parent_id`, `type`, `file_list`) VALUES
|
||||||
|
('1111111111111111111', 'admin', '2025-02-22 23:24:43', NULL, NULL, 'A01', '相关文献', NULL, NULL, NULL, 'FOLDER', NULL);
|
||||||
|
|
||||||
|
INSERT INTO `document_library` (`id`, `create_by`, `create_time`, `update_by`, `update_time`, `sys_org_code`, `title`, `tags`, `content`, `parent_id`, `type`, `file_list`) VALUES
|
||||||
|
('2222222222222222222', 'admin', '2025-02-22 23:24:43', NULL, NULL, 'A01', '试验标准数据库', NULL, NULL, NULL, 'FOLDER', NULL);
|
||||||
|
|
||||||
|
INSERT INTO `document_library` (`id`, `create_by`, `create_time`, `update_by`, `update_time`, `sys_org_code`, `title`, `tags`, `content`, `parent_id`, `type`, `file_list`) VALUES
|
||||||
|
('3333333333333333333', 'admin', '2025-02-22 23:24:43', NULL, NULL, 'A01', '辐射效应损伤', NULL, NULL, NULL, 'FOLDER', NULL);
|
||||||
```
|
```
|
||||||
@@ -146,4 +146,20 @@ public class ExperimentDeviationCondition implements Serializable {
|
|||||||
@Schema(description = "管脚接入方式")
|
@Schema(description = "管脚接入方式")
|
||||||
private java.lang.String pinType;
|
private java.lang.String pinType;
|
||||||
|
|
||||||
|
@Excel(name = "信号类型", width = 15)
|
||||||
|
@Schema(description = "信号类型")
|
||||||
|
private String signalType;
|
||||||
|
|
||||||
|
@Excel(name = "信号频率", width = 15)
|
||||||
|
@Schema(description = "信号频率")
|
||||||
|
private String signalFrequency;
|
||||||
|
|
||||||
|
@Excel(name = "信号幅值", width = 15)
|
||||||
|
@Schema(description = "信号幅值")
|
||||||
|
private String signalAmplitude;
|
||||||
|
|
||||||
|
@Excel(name = "占空比", width = 15)
|
||||||
|
@Schema(description = "占空比")
|
||||||
|
private String dutyCycle;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user