# Conflicts:
#	ym-packing/pom.xml
This commit is contained in:
caixiang
2023-02-22 20:49:04 +08:00
69 changed files with 3383 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ public class WoPowerLevelDTO implements Serializable {
private Long id;
@ApiModelProperty(value = "功率等级名称,(现场人员手动录入)")
private Integer powerClass;
private String powerClass;
@ApiModelProperty(value = "pmpp_low,(现场人员手动录入)")
private Float pmppLow;