|
|
|
@ -26,6 +26,8 @@ class UReceivedResponseData {
|
|
|
|
|
|
|
|
|
|
|
|
// String daysToExpire = "";
|
|
|
|
// String daysToExpire = "";
|
|
|
|
String expSgtGntrdate = "";
|
|
|
|
String expSgtGntrdate = "";
|
|
|
|
|
|
|
|
String otdTrancomment ="";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UReceivedResponseData({
|
|
|
|
UReceivedResponseData({
|
|
|
|
this.id = 0,
|
|
|
|
this.id = 0,
|
|
|
|
@ -54,6 +56,8 @@ class UReceivedResponseData {
|
|
|
|
this.crPcrCurrshort = "",
|
|
|
|
this.crPcrCurrshort = "",
|
|
|
|
// this.daysToExpire = "",
|
|
|
|
// this.daysToExpire = "",
|
|
|
|
this.expSgtGntrdate = "",
|
|
|
|
this.expSgtGntrdate = "",
|
|
|
|
|
|
|
|
this.otdTrancomment="",
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
factory UReceivedResponseData.fromMap(Map<String, dynamic> map) {
|
|
|
|
factory UReceivedResponseData.fromMap(Map<String, dynamic> map) {
|
|
|
|
@ -84,6 +88,8 @@ class UReceivedResponseData {
|
|
|
|
crPcrCurrshort: map['crPcrCurrshort'] ?? "",
|
|
|
|
crPcrCurrshort: map['crPcrCurrshort'] ?? "",
|
|
|
|
// daysToExpire: map['daysToExpire'] ?? "",
|
|
|
|
// daysToExpire: map['daysToExpire'] ?? "",
|
|
|
|
expSgtGntrdate: map['expSgtGntrdate'] ?? "",
|
|
|
|
expSgtGntrdate: map['expSgtGntrdate'] ?? "",
|
|
|
|
|
|
|
|
otdTrancomment: map['otdTrancomment']??"",
|
|
|
|
|
|
|
|
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -115,11 +121,13 @@ class UReceivedResponseData {
|
|
|
|
'crPcrCurrshort': crPcrCurrshort,
|
|
|
|
'crPcrCurrshort': crPcrCurrshort,
|
|
|
|
// 'daysToExpire': daysToExpire,
|
|
|
|
// 'daysToExpire': daysToExpire,
|
|
|
|
'expSgtGntrdate': expSgtGntrdate,
|
|
|
|
'expSgtGntrdate': expSgtGntrdate,
|
|
|
|
|
|
|
|
'otdTrancomment': otdTrancomment,
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@override
|
|
|
|
@override
|
|
|
|
String toString() {
|
|
|
|
String toString() {
|
|
|
|
return 'UReceivedResponseData{id: $id, porOrgacode: $porOrgacode, drMbmBkmsnumber: $drMbmBkmsnumber, crMbmBkmsnumber: $crMbmBkmsnumber, sgtReceiveNodeId: $sgtReceiveNodeId, sgtSentNodeId: $sgtSentNodeId, batAcnttranReversed: $batAcnttranReversed, dmpProdcode: $dmpProdcode, drmbmBkmstitle: $drmbmBkmstitle, drpcrCurrdesc: $drpcrCurrdesc, cmpCustcode: $cmpCustcode, drPcrCurrcode: $drPcrCurrcode, crMbmBkmstitle: $crMbmBkmstitle, crPcrCurrdesc: $crPcrCurrdesc, crPcrCurrcode: $crPcrCurrcode, sgtSentGntrnumber: $sgtSentGntrnumber, drSgtGntrdate: $drSgtGntrdate, crSgtGntrdate: $crSgtGntrdate, sgtGntramt: $sgtGntramt, batAcnttranSend: $batAcnttranSend, batAcnttranReceived: $batAcnttranReceived, sgtReceiveGntrnumber: $sgtReceiveGntrnumber, drPcrCurrshort: $drPcrCurrshort, crPcrCurrshort: $crPcrCurrshort, expSgtGntrdate: $expSgtGntrdate}';
|
|
|
|
return 'UReceivedResponseData{id: $id, porOrgacode: $porOrgacode, drMbmBkmsnumber: $drMbmBkmsnumber, crMbmBkmsnumber: $crMbmBkmsnumber, sgtReceiveNodeId: $sgtReceiveNodeId, sgtSentNodeId: $sgtSentNodeId, batAcnttranReversed: $batAcnttranReversed, dmpProdcode: $dmpProdcode, drmbmBkmstitle: $drmbmBkmstitle, drpcrCurrdesc: $drpcrCurrdesc, cmpCustcode: $cmpCustcode, drPcrCurrcode: $drPcrCurrcode, crMbmBkmstitle: $crMbmBkmstitle, crPcrCurrdesc: $crPcrCurrdesc, crPcrCurrcode: $crPcrCurrcode, sgtSentGntrnumber: $sgtSentGntrnumber, drSgtGntrdate: $drSgtGntrdate, crSgtGntrdate: $crSgtGntrdate, sgtGntramt: $sgtGntramt, batAcnttranSend: $batAcnttranSend, batAcnttranReceived: $batAcnttranReceived, sgtReceiveGntrnumber: $sgtReceiveGntrnumber, drPcrCurrshort: $drPcrCurrshort, crPcrCurrshort: $crPcrCurrshort, expSgtGntrdate: $expSgtGntrdate,otdTrancomment: $otdTrancomment}';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|