|
@ -3,7 +3,7 @@ package a8k.service.db.type; |
|
|
import a8k.service.db.type.appsetting.settingenum.*; |
|
|
import a8k.service.db.type.appsetting.settingenum.*; |
|
|
|
|
|
|
|
|
public class AppSetting { |
|
|
public class AppSetting { |
|
|
public int id =0; |
|
|
|
|
|
|
|
|
public int id = 0; |
|
|
public LanguageType language = LanguageType.zh_CN; |
|
|
public LanguageType language = LanguageType.zh_CN; |
|
|
public Boolean autoPrint = false; |
|
|
public Boolean autoPrint = false; |
|
|
public Boolean autoLogout = false; |
|
|
public Boolean autoLogout = false; |
|
@ -14,4 +14,5 @@ public class AppSetting { |
|
|
public LISSerialBaudrateType LISSerialBaudrate = LISSerialBaudrateType.B9600; |
|
|
public LISSerialBaudrateType LISSerialBaudrate = LISSerialBaudrateType.B9600; |
|
|
public String LISNetIp = "127.0.0.1"; |
|
|
public String LISNetIp = "127.0.0.1"; |
|
|
public Integer LISNetPort = 9973; |
|
|
public Integer LISNetPort = 9973; |
|
|
|
|
|
public Integer temperature = 25; |
|
|
} |
|
|
} |