1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 10:18:21 +01:00
antd-web-apps/info/models/CategoryModel.lua

9 lines
170 B
Lua
Raw Normal View History

2018-08-27 20:10:53 +02:00
BaseModel:subclass("CategoryModel",{
2018-08-23 11:43:42 +02:00
registry = {},
name = "cv_cat",
fields = {
publish = "NUMERIC",
name = "TEXT",
pid = "NUMERIC"
}
2018-08-27 20:10:53 +02:00
})