add blank tab keuangan

This commit is contained in:
2024-06-22 11:15:50 +07:00
parent c771187889
commit fdc8c54eed
7 changed files with 149 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
package models
type KeuanganModel struct {
TotalOrder string
TotalTagihan string
TotalPelunasan string
TotalHutang string
}