View as "text/plain" | Blame | Last modification | View Log | RSS feed
package com.spice.profitmandi.dao.enumuration.dtr; public enum PunchType { ONSITE, OFFSITE, }
package com.spice.profitmandi.dao.enumuration.dtr;
public enum PunchType {
ONSITE, OFFSITE,
}