verou1
2025-03-10 50f4e2c3a3c5c9d4edafab346c58e3862b7610eb
1
2
3
4
5
6
7
8
9
10
11
12
13
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";
}