Rev 306 | Blame | Last modification | View Log | RSS feed
package in.shop2020.hotspot.dashbaord.shared.actions; public enum DetailsMask { ALL, NEW, ACCEPT, REJECT, BILL, SHIP, NO_STOCK }
package in.shop2020.hotspot.dashbaord.shared.actions;
public enum DetailsMask {
ALL,
NEW,
ACCEPT,
REJECT,
BILL,
SHIP,
NO_STOCK
}