This commit is contained in:
dute7liang
2024-01-01 01:38:23 +08:00
parent d85e855cbc
commit eb53b78ab5
18 changed files with 334 additions and 49 deletions

View File

@@ -11,4 +11,5 @@ import com.ruoyi.cai.domain.UserCodeGen;
*/
public interface UserCodeGenService extends IService<UserCodeGen> {
String getCodeGen();
}