Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
306 ashish 1
package in.shop2020.hotspot.dashbaord.shared.actions;
2
 
3
public enum DetailsMask {
4
	ALL,
5
	NEW,
6
	ACCEPT,
7
	REJECT,
8
	BILL,
487 rajveer 9
	SHIP,
10
	NO_STOCK
306 ashish 11
}