01.默认当前登录用户
代码块 | ||
---|---|---|
| ||
{
"key": "employee_id",
"options": {
"default": true
}
} |
02.默认当前时间
代码块 | ||
---|---|---|
| ||
{
"key": "effect_date",
"options": {
"default": true,
"format":"yyyy-MM-dd" #"format":"yyyy-MM" | "format":"yyyy"
}
}
|