1
0
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity Security Code Quality

refactor source code

This commit is contained in:
2025-07-07 10:39:54 +07:00
parent ae1a45fe57
commit 1865cf4efd
9 changed files with 132 additions and 89 deletions

View File

@@ -1,5 +1,24 @@
{
"customers": [],
"customers": [
{
"id": 1,
"firstNameEn": "Đỗ",
"lastNameEn": "Tùng",
"email": "dothanhtung196@gmail.com",
"mobile": "0987417491",
"originAdd1": "1231231231",
"localAdd1": "sdfgsdfg"
},
{
"id": 2,
"firstNameEn": "Đỗ",
"lastNameEn": "Tùng",
"email": "dothanhtung196@gmail.com",
"mobile": "0987417491",
"originAdd1": "1231231231",
"localAdd1": "sdfgsdfg"
}
],
"users": [
{
"id": 1,
@@ -494,5 +513,36 @@
"isActive": true
}
],
"customerDependants": []
"customerDependants": [
{
"id": 2,
"custId": 2,
"firstNameEn": "Đỗ",
"lastNameEn": "Tùng",
"email": "dothanhtung196@gmail.com",
"mobile": "0987417491",
"originAdd1": "1231231231",
"localAdd1": "sdfgsdfg"
},
{
"id": 1,
"custId": 1,
"firstNameEn": "Đỗ",
"lastNameEn": "Tùng",
"originAdd1": "1231231231",
"localAdd1": "sdfgsdfg",
"email": "dothanhtung196@gmail.com",
"mobile": "0987417491"
},
{
"id": 1751854039116,
"custId": 1,
"firstNameEn": "Đỗ",
"lastNameEn": "Thanh Tùng",
"originAdd1": "123",
"localAdd1": "111",
"email": "dothanhtung196@gmail.com",
"mobile": "0987417491"
}
]
}