View cloudSettings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-10-07T13:32:17.101Z","extensionVersion":"v3.4.3"} |
View gist:e1952ea3e3c37f342f3e748dda0e2661
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"superList": [ | |
{ | |
"id": "7974", | |
"userId": "9512", | |
"status": "WAITING", | |
"createdDate": "2020-03-30 14:55:29" | |
}, | |
{ |
View gist:43d7bc20d6da365074d28dfab618665b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//로컬 JsonString 데이터 바인딩을 위해서 만들어놓은 Mapper | |
class PatientInfodata: ImmutableMappable { | |
var fullname : String | |
var lastname : String | |
var birthday : String | |
var mobile : String | |
var email : String | |
var gender : String | |
var statusCd : String | |
var insuranceData : Array<AfterSignInInsuranceData> |
View gist:171ff283de0826080d0d73626d00a8e1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//로컬 JsonString 데이터 바인딩을 위해서 만들어놓은 Mapper | |
class PatientInfodata: ImmutableMappable { | |
var fullname : String | |
var lastname : String | |
var birthday : String | |
var mobile : String | |
var email : String | |
var gender : String | |
var statusCd : String | |
var insuranceData : Array<AfterSignInInsuranceData> |