skyouc
2025-03-19 3bd07e5f90d5d832b8502252e1daebdd014320f8
1
2
3
4
5
6
7
8
9
10
package com.vincent.rsf.common.constant;
 
/**
 * Created by vincent on 2023/3/29
 */
public class CommonConstant {
 
    public static final int QR_CODE_LEN = 8;
 
}