Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

package in.shop2020.hotspot.dashbaord.shared.actions;

public enum DetailsMask {
        ALL,
        NEW,
        ACCEPT,
        REJECT,
        BILL,
        SHIP
}