Created
January 27, 2018 15:53
-
-
Save pramoth/d4459e97b449f173f49f8ca2f365fcf7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| export interface QualifyOlderPerson { | |
| id?: number; | |
| pid?: string; | |
| firstName?: string; | |
| lastName?: string; | |
| sex?: number; | |
| birthDate?: any; | |
| adl?: number; | |
| groupId?: number; | |
| createDate?: any; | |
| surveyHcode?: string; | |
| hName?: string; | |
| age?: number; | |
| budgetYear?: number; | |
| vendorCode?: string; | |
| hmainCode?: string; | |
| maininsclCode?: string; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment