feat:字典表

This commit is contained in:
wangff
2025-11-04 13:22:49 +08:00
parent 6c04721042
commit 867a45f154
28 changed files with 2006 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package com.cool.store.common;
/**
* <p>
* 新增分组
* </p>
*
* @author wangff
* @since 2025/11/4
*/
public interface InsertGroup {
}

View File

@@ -0,0 +1,12 @@
package com.cool.store.common;
/**
* <p>
* 更新分组
* </p>
*
* @author wangff
* @since 2025/11/4
*/
public interface UpdateGroup {
}