初始化项目
This commit is contained in:
6
workflow/consts/table_name.go
Normal file
6
workflow/consts/table_name.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package consts
|
||||
|
||||
// 数据库表名
|
||||
const (
|
||||
TableNameCreationInfo = "creation_info"
|
||||
)
|
||||
Reference in New Issue
Block a user