edit dialog added
This commit is contained in:
@@ -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 := `
|
||||
|
||||
Reference in New Issue
Block a user