后台功能更新
This commit is contained in:
@@ -242,6 +242,14 @@ public class DictUtil {
|
||||
String label = "USER_COUPONS_STATUS";
|
||||
return DictUtil.keyValue(label, String.valueOf(status));
|
||||
}
|
||||
/**
|
||||
* 封装数据状态字典
|
||||
* @param status 状态
|
||||
*/
|
||||
public static String payOrderStatus(Byte status){
|
||||
String label = "PAY_ORDER_STATUS";
|
||||
return DictUtil.keyValue(label, String.valueOf(status));
|
||||
}
|
||||
|
||||
/**
|
||||
* 清除缓存中指定的数据
|
||||
|
||||
Reference in New Issue
Block a user