restructure area
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package base
|
||||
|
||||
type Basic struct {
|
||||
Id uint32 `json:"id" gorm:"primaryKey"`
|
||||
Village_Code string `json:"village_code" gorm:"size:10"`
|
||||
Code string `json:"code" gorm:"unique;size:5"`
|
||||
}
|
||||
Reference in New Issue
Block a user