Details | Last modification | View Log | RSS feed
package com.spice.profitmandi.common.model;
public enum ResponseStatus {
SUCCESS,FAILURE,PENDING
}