Skip to content

Commit

Permalink
🐌 注释修改
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHENFENG13 authored Jan 29, 2020
1 parent 28fd962 commit 40a339d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ltd/newbee/mall/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Constants {

public final static int GOODS_SEARCH_PAGE_LIMIT = 10;//搜索分页的默认条数(每页10条)

public final static int ORDER_SEARCH_PAGE_LIMIT = 3;//我的订单列表分页的默认条数(每页5条)
public final static int ORDER_SEARCH_PAGE_LIMIT = 3;//我的订单列表分页的默认条数(每页3条)

public final static int SELL_STATUS_UP = 0;//商品上架状态
public final static int SELL_STATUS_DOWN = 1;//商品下架状态
Expand Down

0 comments on commit 40a339d

Please sign in to comment.