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";
| }
|
|