// 70
 void afterUpdate(SmTbProductBean pObject) throws SQLException {
   if (listener != null) listener.afterUpdate(pObject);
 }
 // 69
 void beforeUpdate(SmTbProductBean pObject) throws SQLException {
   if (listener != null) listener.beforeUpdate(pObject);
 }