transform.properties

来自「CRM源码This file describes some issues tha」· PROPERTIES 代码 · 共 18 行

PROPERTIES
18
字号
## ===========================================
## Entity fields data transformation mappings.
## ===========================================

## Default transformation classes.
int         = com.queplix.core.modules.eqlext.transforms.impl.IntTransform
long        = com.queplix.core.modules.eqlext.transforms.impl.LongTransform
float       = com.queplix.core.modules.eqlext.transforms.impl.FloatTransform
date        = com.queplix.core.modules.eqlext.transforms.impl.DateTransform
timestamp   = com.queplix.core.modules.eqlext.transforms.impl.TimestampTransform
time        = com.queplix.core.modules.eqlext.transforms.impl.TimeTransform
memo        = com.queplix.core.modules.eqlext.transforms.impl.MemoTransform

## Custom transformation classes.
##timestampNoTZ = com.queplix.se.transforms.TimestampNoTZTransform
date_to_day = com.queplix.qwoss.transforms.DateToDay
int_to_time = com.queplix.qwoss.transforms.IntToTime
history = com.queplix.qwoss.transforms.HistoryTransform

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?