41 lines
825 B
YAML
41 lines
825 B
YAML
---
|
|
title: Action数据定义
|
|
desc: getActiveUserTable方法的登录行为数据
|
|
author: Claude
|
|
version: 1.0
|
|
|
|
fields:
|
|
- field: id
|
|
note: 动作ID
|
|
range: 1-100
|
|
prefix: ""
|
|
postfix: ""
|
|
loop: 0
|
|
format: ""
|
|
- field: objectType
|
|
note: 对象类型
|
|
range: user{30}, project{10}, bug{10}, task{10}
|
|
- field: objectID
|
|
note: 对象ID
|
|
range: 1-10
|
|
- field: product
|
|
note: 产品
|
|
range: '[]'
|
|
- field: project
|
|
note: 项目ID
|
|
range: 1-3
|
|
- field: execution
|
|
note: 执行ID
|
|
range: 1-3
|
|
- field: actor
|
|
note: 操作者账号
|
|
range: admin{10}, user1{5}, user2{5}, user3{5}, user4{5}
|
|
- field: action
|
|
note: 操作类型
|
|
range: login{30}, logout{10}, opened{10}, created{5}, edited{5}
|
|
- field: date
|
|
note: 操作时间
|
|
range: 2024-01-01 00:00:00-2024-01-31 23:59:59
|
|
- field: comment
|
|
note: 备注
|
|
range: '[]' |