智慧食堂
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.

db_permission_group_permission.go 238 B

1 year ago
12345678910111213
  1. package db
  2. import (
  3. "xorm.io/xorm"
  4. )
  5. type PermissionGroupPermissionDb struct {
  6. Db *xorm.Engine `json:"db"`
  7. }
  8. func (PermissionGroupPermissionDb *PermissionGroupPermissionDb) Set() { // set方法
  9. PermissionGroupPermissionDb.Db = Db
  10. }