修改 10086 为常量
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.czg.constant;
|
||||
|
||||
/**
|
||||
* market 常量
|
||||
* @author yjjie
|
||||
* @date 2025/12/11 18:22
|
||||
*/
|
||||
public interface MarketConstants {
|
||||
|
||||
class Num {
|
||||
/**
|
||||
* 不限数量
|
||||
*/
|
||||
public static final int NOT_LIMIT = -10086;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user