@@ -6,7 +6,7 @@ import lombok.Getter;
* 设备型号/规格
*/
public enum DeviceSpecType {
- Consumer("消费机"),
+ CloudConsumer("云版消费机"),
;
@Getter