Junjie
2026-04-13 1f50c0fecf326680485aa393e7dee27d356ca154
1
2
3
4
5
6
package com.core.generators.constant;
 
public enum SqlOsType {
    MYSQL,
    SQL_SERVER
}