35 lines
627 B
YAML
35 lines
627 B
YAML
title: table zt_usercontact
|
|
desc: "用户联系人"
|
|
author: automated export
|
|
version: "1.0"
|
|
fields:
|
|
- field: id
|
|
note: "ID"
|
|
range: 1-10000
|
|
prefix: ""
|
|
postfix: ""
|
|
loop: 0
|
|
format: ""
|
|
- field: account
|
|
note: "用户名"
|
|
from: common.user.v1.yaml
|
|
use: user
|
|
prefix: ""
|
|
postfix: ""
|
|
loop: 0
|
|
format: ""
|
|
- field: listName
|
|
note: "列表名称"
|
|
range: 1-10000
|
|
prefix: "列表名称"
|
|
postfix: ""
|
|
loop: 0
|
|
format: ""
|
|
- field: userList
|
|
note: "用户列表"
|
|
range: 1-10000
|
|
prefix: "逗号拼接的account"
|
|
postfix: ""
|
|
loop: 0
|
|
format: ""
|