+ Add TAS_ID

This commit is contained in:
davidcallizaya
2017-02-20 13:08:08 -04:00
parent dbdd5a11a5
commit 4c38d1b039
33 changed files with 723 additions and 95 deletions

View File

@@ -119,6 +119,8 @@ class ListMyInboxMapBuilder
$tMap->addColumn('USR_ID', 'UsrId', 'int', CreoleTypes::INTEGER, false, null);
$tMap->addColumn('TAS_ID', 'TasId', 'int', CreoleTypes::INTEGER, false, null);
$tMap->addColumn('APP_STATUS_ID', 'AppStatusId', 'int', CreoleTypes::TINYINT, false, null);
} // doBuild()