-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata_devsu.txt
More file actions
107 lines (91 loc) · 1.68 KB
/
data_devsu.txt
File metadata and controls
107 lines (91 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"contrasena": "1234",
"direccion": "Otavalo sn y principal",
"edad": "29",
"estado": true,
"genero": "M",
"identificacion": "1234",
"nombre": "Jose Lema",
"telefono": "098254785"
}
{
"contrasena": "5678",
"direccion": "Amazonas y NNUU",
"edad": "29",
"estado": true,
"genero": "F",
"identificacion": "5678",
"nombre": "Marianela Montalvo",
"telefono": "097548965"
}
{
"contrasena": "1245",
"direccion": "13 junio y Equinoccial",
"edad": "29",
"estado": true,
"genero": "M",
"identificacion": "1245",
"nombre": "Juan Osorio",
"telefono": "098874587"
}
------------------------------------
{
"estado": true,
"idCliente": 1,
"numeroNuenta": "478758",
"saldoInicial": 2000,
"tipoCuenta": "Ahorro"
}
{
"estado": true,
"idCliente": 2,
"numeroNuenta": "225487",
"saldoInicial": 100,
"tipoCuenta": "Corriente"
}
{
"estado": true,
"idCliente": 3,
"numeroNuenta": "495878",
"saldoInicial": 0,
"tipoCuenta": "Ahorro"
}
{
"estado": true,
"idCliente": 2,
"numeroNuenta": "496825",
"saldoInicial": 540,
"tipoCuenta": "Ahorro"
}
{
"estado": true,
"idCliente": 1,
"numeroNuenta": "585545",
"saldoInicial": 1000,
"tipoCuenta": "Corriente"
}
-------------------------------------------
{
"idCliente": 1,
"idCuenta": 1,
"tipoMovimiento": "RETIRO",
"valor": 575
}
{
"idCliente": 2,
"idCuenta": 2,
"tipoMovimiento": "DEPOSITO",
"valor": 600
}
{
"idCliente": 3,
"idCuenta": 3,
"tipoMovimiento": "DEPOSITO",
"valor": 150
}
{
"idCliente": 2,
"idCuenta": 4,
"tipoMovimiento": "RETIRO",
"valor": 540
}