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
Xuan Sang LE 48ad3a30da fix
2018-08-27 20:10:53 +02:00

9 lines
170 B
Lua

BaseModel:subclass("CategoryModel",{
registry = {},
name = "cv_cat",
fields = {
publish = "NUMERIC",
name = "TEXT",
pid = "NUMERIC"
}
})