MallConstants.java 179 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 package com.diligrp.cashier.mall; public interface MallConstants { String RESULT_SUCCESS = "success"; String RESULT_FAILURE = "fail"; Integer RT_MALL_SOURCE = 1; }