verou
2025-03-18 a7e9d0a982fc4e2d8e88d397d259dd3ebcfc2cff
rsf-server/src/main/java/com/vincent/rsf/server/system/constant/SerialRuleCode.java
@@ -9,5 +9,13 @@
 */
public class SerialRuleCode {
    /**
     * 系统PO单同步编码规则
     */
    public final static String PURCHASE_CODE = "sys_purchase_code";
    /**
     * ASN通知单生成编码规则
     */
    public final static String SYS_ASN_ORDER = "sys_ans_order";
}