mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
8 lines
145 B
Lua
8 lines
145 B
Lua
BaseModel:subclass("PostModel", {
|
|
registry = {},
|
|
name = "post",
|
|
fields = {
|
|
cid = "NUMERIC",
|
|
content = "TEXT"
|
|
}
|
|
}) |