|
|
@@ -38,7 +38,7 @@ public class DeviceInfo extends SuperEntity {
|
|
|
@Schema(description = "设备名称")
|
|
|
private String deviceName;
|
|
|
|
|
|
- @Schema(description = "设备code,产品code")
|
|
|
+ @Schema(description = "产品code")
|
|
|
private String productCode;
|
|
|
|
|
|
@Schema(description = "设备类型:消费机 闸机")
|