com.kamingpan.infrastructure.entity.group.DataDictionaryGroup Maven / Gradle / Ivy
The newest version!
package com.kamingpan.infrastructure.entity.group;
/**
* 数据字典分组
*
* @author kamingpan
* @since 2019-02-15
*/
public interface DataDictionaryGroup {
/**
* 添加
*/
interface Insert {
}
/**
* 更新
*/
interface Update {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy