You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dsMin/dsSzxy/models/t_zhxy_dm_system.go

7 lines
188 B

package models
type TZhxyDmSystem struct {
SystemId int32 `xorm:"not null pk comment('系统ID') INT(11)"`
SystemName string `xorm:"not null comment('系统名称') VARCHAR(255)"`
}