This commit is contained in:
wr
2025-09-11 09:38:27 +08:00
parent 5c3baf4e57
commit c1dca815e7
2 changed files with 3 additions and 0 deletions

View File

@@ -165,6 +165,8 @@ public class LibModelParam extends BaseEntity {
@EqualsAndHashCode(callSuper = true)
public static class LibModelParamQuery extends BaseParam {
@ApiModelProperty("0谐波抗阻1谐波源")
private Integer type;
}
}