skyouc
2025-03-05 b2bd54b277f12d532e5c87e02e3e97d087a52fee
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";
}