All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gitee.summer9102.develop.common.consts.ValidGroup Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.gitee.summer9102.develop.common.consts;

public interface ValidGroup {

    interface Insert {
    }

    interface Delete {
    }

    interface Update {
    }

    interface Select {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy