调整 pom 结构

This commit is contained in:
GYJ
2025-02-08 10:01:07 +08:00
parent 0dcb8dcdd7
commit f9e8cc1f0d
16 changed files with 131 additions and 33 deletions

View File

@@ -0,0 +1,7 @@
package com.czg.group;
/**
* @author GYJoker
*/
public interface InsertGroup {
}

View File

@@ -0,0 +1,7 @@
package com.czg.group;
/**
* @author GYJoker
*/
public interface UpdateGroup {
}