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