Some checks failed
		
		
	
	Build / build (push) Has been cancelled
				
			CodeQL / Analyze (go) (push) Has been cancelled
				
			build / Build (push) Has been cancelled
				
			GitHub Actions Mirror / mirror_to_gitee (push) Has been cancelled
				
			GitHub Actions Mirror / mirror_to_gitlab (push) Has been cancelled
				
			Issue Close Require / issue-close-require (push) Has been cancelled
				
			Issue Check Inactive / issue-check-inactive (push) Has been cancelled
				
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			191 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			191 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package models
 | 
						|
 | 
						|
type TbDemo struct {
 | 
						|
	Model
 | 
						|
	Name string `json:"name" gorm:"type:varchar(128);comment:名称"`
 | 
						|
	ModelTime
 | 
						|
	ControlBy
 | 
						|
}
 | 
						|
 | 
						|
func (TbDemo) TableName() string {
 | 
						|
	return "tb_demo"
 | 
						|
}
 |