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