package pers.sakurasora.onlinestore.constant;
/**
*
*
* @Description
* 存放常量的接口
*/
public interface Constant {
/**
* 查询 热门商品/最新商品 limit ?
*/
int LIMIT_NUM = 9;
/**
* 记住用户名
*/
String SAVE_NAME = "ok";
/**
* 订单未付款
*/
int ORDER_NON_PAYMENT = 0;
/**
* 订单已付款
*/
int ORDER_IS_PAYMENT = 1;
/**
* 订单已发货
*/
int ORDER_IS_DELIVERED = 2;
/**
* 订单已完成
*/
int ORDER_IS_FINISH = 3;
/**
* 不热门商品
*/
int PRODUCT_IS_NOT_HOT = 0;
/**
* 热门商品
*/
int PRODUCT_IS_HOT = 1;
/**
* 上架商品
*/
int PRODUCT_IS_NOT_DOWN = 0;
/**
* 下架商品
*/
int PRODUCT_IS_DOWN = 1;
}
最近下载更多
biakuya LV2
1月4日
Mhgfhjyrf LV3
2024年12月10日
komorebi123987 LV5
2023年12月9日
dowell_liu LV1
2023年8月2日
joker1branch LV5
2023年6月19日
ZDM133 LV2
2023年5月22日
distanceq LV2
2023年5月20日
desireQ LV2
2023年5月17日
z1556262 LV5
2023年5月4日
微信网友_6350556908965888 LV1
2023年2月15日

最近浏览