YYC
2023-09-07 3c6efb35ff0ebcca6e7104c20cde64825fddd59d
igds-inout/src/main/java/com/ld/igds/m/InoutManageUtil.java
@@ -74,6 +74,14 @@
     */
    public static final String CUSTOMER_TYPE_2 = "2";
    /**
     * 结算与合同一致性 - 符合
     */
    public static final String CONSISTENCY_1 = "1";
    /**
     * 结算与合同一致性 - 不符合
     */
    public static final String CONSISTENCY_2 = "2";
    /**
     * 缓存-性质转变ID
     */
    public static final String CACHE_STOCK_ID = "STOCK_ID";
@@ -81,7 +89,9 @@
     * 缓存-性质转变ID
     */
    public static final String CACHE_VARIETY_ID = "VARIETY_ID";
    /**
     * 缓存-损溢ID
     */
    public static final String CACHE_LOSS_OVER_ID = "LOSS_OVER_ID";
    /**