package com.vincent.rsf.server.system.constant; /** * @author Ryan * @version 1.0 * @title SerialRuleCode * @description * @create 2025/3/4 17:02 */ public class SerialRuleCode { public final static String PURCHASE_CODE = "sys_purchase_code"; }