Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
2025-12-11 19:13:22 +08:00
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;
}
}