mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
9 lines
167 B
Lua
9 lines
167 B
Lua
|
CategoryModel = BaseModel:extends{
|
||
|
registry = {},
|
||
|
name = "cv_cat",
|
||
|
fields = {
|
||
|
publish = "NUMERIC",
|
||
|
name = "TEXT",
|
||
|
pid = "NUMERIC"
|
||
|
}
|
||
|
}
|