修改 10086 为常量

This commit is contained in:
gong
2025-12-11 18:36:35 +08:00
parent e4ea8de704
commit 1ed69dd986
6 changed files with 42 additions and 34 deletions

View File

@@ -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;
}
}