#
Junjie
1 天以前 75775c96801e548ecf3368865124c33a03e32dcf
1
2
3
4
5
6
package com.core.generators.constant;
 
public enum SqlOsType {
    MYSQL,
    SQL_SERVER
}