|
|
|
|
@ -112,7 +112,6 @@ class Subtitle {
|
|
|
|
|
String unite;
|
|
|
|
|
String unitRequired;
|
|
|
|
|
String deviceArName;
|
|
|
|
|
String deviceEnName;
|
|
|
|
|
String details;
|
|
|
|
|
String general;
|
|
|
|
|
String serviceRequestInformation;
|
|
|
|
|
@ -197,7 +196,7 @@ class Subtitle {
|
|
|
|
|
String customer;
|
|
|
|
|
String reportType;
|
|
|
|
|
String requiredWord;
|
|
|
|
|
String serviceType;
|
|
|
|
|
String AssetType;
|
|
|
|
|
String reportStatus;
|
|
|
|
|
String callLastSituation;
|
|
|
|
|
String invoiceNumber;
|
|
|
|
|
@ -352,7 +351,6 @@ class Subtitle {
|
|
|
|
|
@required this.twitter,
|
|
|
|
|
@required this.add,
|
|
|
|
|
@required this.code,
|
|
|
|
|
@required this.deviceEnName,
|
|
|
|
|
@required this.deviceName,
|
|
|
|
|
@required this.serialNumber,
|
|
|
|
|
@required this.policy,
|
|
|
|
|
@ -424,7 +422,7 @@ class Subtitle {
|
|
|
|
|
@required this.reasons,
|
|
|
|
|
@required this.reportStatus,
|
|
|
|
|
@required this.reportType,
|
|
|
|
|
@required this.serviceType,
|
|
|
|
|
@required this.AssetType,
|
|
|
|
|
@required this.workPreformed,
|
|
|
|
|
@required this.alert,
|
|
|
|
|
@required this.duplicateAlert,
|
|
|
|
|
@ -522,7 +520,6 @@ class Subtitle {
|
|
|
|
|
details: parsedJson["details"],
|
|
|
|
|
device: parsedJson["device"],
|
|
|
|
|
deviceArName: parsedJson["deviceArName"],
|
|
|
|
|
deviceEnName: parsedJson["deviceEnName"],
|
|
|
|
|
deviceImages: parsedJson["deviceImages"],
|
|
|
|
|
deviceModel: parsedJson["deviceModel"],
|
|
|
|
|
deviceName: parsedJson["deviceName"],
|
|
|
|
|
@ -629,7 +626,7 @@ class Subtitle {
|
|
|
|
|
reportType: parsedJson["reportType"],
|
|
|
|
|
callId: parsedJson["callId"],
|
|
|
|
|
requiredWord: parsedJson["requiredWord"],
|
|
|
|
|
serviceType: parsedJson["serviceType"],
|
|
|
|
|
AssetType: parsedJson["serviceType"],
|
|
|
|
|
workPreformed: parsedJson["workPreformed"],
|
|
|
|
|
alert: parsedJson["alert"],
|
|
|
|
|
duplicateAlert: parsedJson["duplicateAlert"],
|
|
|
|
|
|