feat:字典表
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.cool.store.common;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 新增分组
|
||||
* </p>
|
||||
*
|
||||
* @author wangff
|
||||
* @since 2025/11/4
|
||||
*/
|
||||
public interface InsertGroup {
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
package com.cool.store.common;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 更新分组
|
||||
* </p>
|
||||
*
|
||||
* @author wangff
|
||||
* @since 2025/11/4
|
||||
*/
|
||||
public interface UpdateGroup {
|
||||
}
|
||||
Reference in New Issue
Block a user