update
This commit is contained in:
@@ -146,4 +146,20 @@ public class ExperimentDeviationCondition implements Serializable {
|
||||
@Schema(description = "管脚接入方式")
|
||||
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