Files
gf/g/frame/gmvc/model.go
2017-12-31 18:19:58 +08:00

13 lines
317 B
Go

// Copyright 2017 gf Author(https://gitee.com/johng/gf). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://gitee.com/johng/gf.
// 模型基类
package gmvc
type Model struct {
}