fix:字段的属性名修正

iec104
郭承 6 months ago
parent e38515bf10
commit 4cfc31d9bc

@ -31,8 +31,8 @@ public class Iec104Point {
private String eqmid;
@ApiModelProperty("字段")
@Column(name = "filed")
private String filed;
@Column(name = "field")
private String field;
@ApiModelProperty("点位类型")
@Column(name = "stype")

Loading…
Cancel
Save