2.12 群创科技接入广播模式 中山市古镇人民医院 蒋凡 接入广播模式

This commit is contained in:
yao-1212
2025-11-12 09:55:57 +08:00
parent 55cd99687b
commit 588f378a40
3 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,7 @@ package chaoran.business;
public enum BrandEnum {
//枚举名即为valueOf()
HORIEMTECH("群创科技", "Horiemtech"),
QUALCOMM("qualcomm", "qualcomm"),
IOT_DEVICE("新大陆", "iot_device"),
NEW_LAND("新大陆", "newland"),

View File

@ -182,6 +182,9 @@ public class MainActivity extends AppCompatActivity implements ResultListener{
case QUALCOMM:
adapter = new QualcommAdapter(this, this);
break;
case HORIEMTECH:
adapter = new HoriemtechAdapter(this, this);
break;
default:
adapter = new DefaultAdapter(this, this);
}