说明单位

This commit is contained in:
suguo.yao 2022-12-17 15:19:42 +08:00
parent a58cb65486
commit 747da175d7
1 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@ type Config struct {
DBName string
Username string
Password string
//单位:秒
Timeout int
}