forked from angelo/java-retail-app
## 提货基数改为2的倍数;
This commit is contained in:
parent
0ae6eb6b35
commit
5e7c8c0757
|
@ -12,7 +12,7 @@ public class RetailConstants {
|
||||||
/**
|
/**
|
||||||
* 分公司提货产品基数
|
* 分公司提货产品基数
|
||||||
*/
|
*/
|
||||||
public static final Integer PICK_BASE = 4;
|
public static final Integer PICK_BASE = 2;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 2025.08.21 直推级差金额比例
|
* 2025.08.21 直推级差金额比例
|
||||||
|
|
Loading…
Reference in New Issue