skyouc
8 天以前 c9de8ae615cb9dc002ffe0eff40032000649ccff
1
2
3
4
5
6
7
8
9
package com.vincent.rsf.framework.generators.constant;
 
public enum SqlOsType {
 
    MYSQL,
    SQL_SERVER,
    ;
 
}