edit dialog added

This commit is contained in:
hysn99
2024-04-02 09:51:14 +03:00
parent 5ec8f05e16
commit 321a76096f
6 changed files with 209 additions and 25 deletions

View File

@@ -10,6 +10,11 @@ type Company struct {
Username string `db:"username"`
Password string `db:"password"`
}
type CompanyInfo struct {
company Company
month float64
year float64
}
func (c *Company) Create() error {
sq := `