domain

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DevopsSysDomain

type DevopsSysDomain struct {
	base.DevopsModel
	Name     string `gorm:"column:name;type:varchar(256);unique;not null" json:"name"`           // 域账户名
	Enable   bool   `gorm:"column:enable;type:tinyint(1);default:null;default:1" json:"enable"`  // 是否启用
	UpdateID int64  `gorm:"column:update_id;type:bigint;default:null;default:0" json:"updateId"` // 更新人
	CreateID int64  `gorm:"column:create_id;type:bigint;default:null;default:0" json:"createId"` // 创建者
}

DevopsSysDomain 域表

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL