- Модуль: imopenlines
- Путь к файлу: ~/bitrix/modules/imopenlines/lib/integrations/report/statistics/entity/treatmentbyhourstat.php
- Класс: BitrixImOpenLinesIntegrationsReportStatisticsEntityTreatmentByHourStatTable
- Вызов: TreatmentByHourStatTable::getMap
static function getMap()
{
return array(
new DatetimeField('DATE', array('primary' => true)),
new IntegerField('OPEN_LINE_ID', array('primary' => true)),
new StringField('SOURCE_ID', array('primary' => true)),
new IntegerField('OPERATOR_ID', array('primary' => true)),
new IntegerField('QTY'),
);
}