Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
36812 ranu 1
package com.spice.profitmandi.dao.enumuration.dtr;
2
 
3
// Type of stop on a beat route.
4
//   PARTNER → fofo_id references fofo_store.id (existing partner visits).
5
//   OFFICE  → fofo_id references logistics.company_office.id (warehouse / company office stop).
6
public enum BeatVisitType {
7
    PARTNER,
8
    OFFICE
9
}