mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 00:10:25 +08:00 
			
		
		
		
	feat: 支持保存多个sql模板内容
This commit is contained in:
		@@ -38,6 +38,7 @@ type MachineScriptForm struct {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type DbSqlSaveForm struct {
 | 
			
		||||
	Name string
 | 
			
		||||
	Sql  string `binding:"required"`
 | 
			
		||||
	Type int    `binding:"required"`
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user