com.gitee.summer9102.develop.common.consts.ValidGroup Maven / Gradle / Ivy
package com.gitee.summer9102.develop.common.consts;
public interface ValidGroup {
interface Insert {
}
interface Delete {
}
interface Update {
}
interface Select {
}
}