package org.pqh.core.util; /** * Created by reborn on 2017/8/2. */ public enum DBAction { Insert, Update, Delete, Select }