ต่อ Api หน้ Address
This commit is contained in:
parent
79182a1e86
commit
8d2b93b6a3
4 changed files with 48 additions and 26 deletions
|
|
@ -216,25 +216,25 @@ const defaultAddress: Address = {
|
|||
}
|
||||
|
||||
const defaultInformation: Information = {
|
||||
cardid: '10238002345325',
|
||||
prefix: 'นางสาว',
|
||||
prefixId: 'นางสาว',
|
||||
firstname: 'ณัฐกา',
|
||||
lastname: 'ชมสิน',
|
||||
birthDate: new Date('2002-01-01'),
|
||||
genderId: 'หญิง',
|
||||
bloodId: 'O',
|
||||
nationality: 'ไทย',
|
||||
ethnicity: 'ไทย',
|
||||
religionId: 'พุทธ',
|
||||
tel: '0914569982',
|
||||
phone: '0914569982',
|
||||
email: 'kittapath@frappet.com',
|
||||
province: 'กรุงเทพ',
|
||||
cardIdDate: new Date('2000-01-10'),
|
||||
relationship: 'โสด',
|
||||
knowledge: 'excel, word, photoshop',
|
||||
district: 'บางพลัด'
|
||||
cardid: '',
|
||||
prefix: '',
|
||||
prefixId: '',
|
||||
firstname: '',
|
||||
lastname: '',
|
||||
birthDate: new Date(''),
|
||||
genderId: '',
|
||||
bloodId: '',
|
||||
nationality: '',
|
||||
ethnicity: '',
|
||||
religionId: '',
|
||||
tel: '',
|
||||
phone: '',
|
||||
email: '',
|
||||
province: '',
|
||||
cardIdDate: new Date(''),
|
||||
relationship: '',
|
||||
knowledge: '',
|
||||
districtId: ''
|
||||
}
|
||||
|
||||
const defaultFamily: Family = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue