46 #ifndef __WTX_CRM_COMPANY_ITEM_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__    47 #define __WTX_CRM_COMPANY_ITEM_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__    56 : 
public Template<Item>
    65     Item( 
const std::string & keyField, 
const std::string & cfyField = 
"" )
    66     : Template( keyField, cfyField )
    70     Item( 
const Item & other )
    71     : Template( other.keyField().value(), other.cfyField().value() )
    75     template<
class Action> 
void persist( Action & a )
    77       Template<Item>::persist( a );
    80     static Definition & TableDef() { 
return s_tableDef; }
    84     static Definition & s_tableDef;
    95 #endif // __WTX_CRM_COMPANY_ITEM_H___