初始化变量
public static final long SOURCE_PRODUCT_CATEGORY_ID = 52L; public static final long SOURCE_BRAND_ID = 60L;
收起
这么定义出来的是两个静态常量,其值不可更改。
报告相同问题?