Blame view

common/models/config.json 212 Bytes
3f90e3a0   Nung Poti   เรียงลำดับการทำงา...
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "config",
  "base": "PersistedModel",
  "idInjection": true,
  "options": {
    "validateUpsert": true
  },
  "properties": {},
  "validations": [],
  "relations": {},
  "acls": [],
  "methods": {}
}