MallConstants.java 179 Bytes
package com.diligrp.cashier.mall;


public interface MallConstants {
    String RESULT_SUCCESS = "success";
    String RESULT_FAILURE = "fail";

    Integer RT_MALL_SOURCE = 1;
}