优化首页内容

This commit is contained in:
georgehao
2019-07-06 17:05:19 +08:00
parent 37fb659c4e
commit 6a30e9265c
49 changed files with 1060 additions and 729 deletions

15
agent/test/sqls/ts.go Normal file
View File

@@ -0,0 +1,15 @@
/************************************************************
** @Description: ts
** @Author: george hao
** @Date: 2019-07-04 17:23
** @Last Modified by: george hao
** @Last Modified time: 2019-07-04 17:23
*************************************************************/
package main
import "github.com/george518/PPGo_Job/models"
func main() {
models.TaskTotalRunNum()
}