add Dyson in CategoryID

This commit is contained in:
Caffreyfans
2020-04-05 15:10:24 +08:00
parent 7e96faab2c
commit 8309da2a09
2 changed files with 5 additions and 3 deletions

View File

@@ -32,7 +32,8 @@ public class Constants {
LIGHT(10),
BSTB(11),
CLEANING_ROBOT(12),
AIR_CLEANER(13);
AIR_CLEANER(13),
DYSON(14);
private final int id;