Merc constructor

Merc()

Implementation

Merc()
    : super(
        module: 'merc',
        name: 'merc',
      ) {
  bind(members: [
    id,
    tipo,
    nombre,
    referencia,
    precio,
    inactivo,
    maneja_vence,
    maneja_lote,
    vida_util,
    itasa,
    moneda,
    tmax,
    tmin,
    disponible,
    unidad,
  ]);
}