Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

package com.spice.profitmandi.dao.enumuration.dtr;

// Type of stop on a beat route.
//   PARTNER → fofo_id references fofo_store.id (existing partner visits).
//   OFFICE  → fofo_id references logistics.company_office.id (warehouse / company office stop).
public enum BeatVisitType {
    PARTNER,
    OFFICE
}