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