4 lines
72 B
Go
4 lines
72 B
Go
package model
|
|
|
|
// Load 加载数据模型
|
|
func Load(filepath string) {}
|
package model
|
|
|
|
// Load 加载数据模型
|
|
func Load(filepath string) {}
|