aaa
admin
2025-05-28 b0a1260a566f6c844dd55c67d9587d4753840b0c
1
2
3
4
5
6
7
8
package tech.aiflowy.ai.entity;
 
import com.mybatisflex.annotation.Table;
import tech.aiflowy.ai.entity.base.AiFirstMenuBase;
 
@Table(value ="ai_first_menu")
public class AiFirstMenu extends AiFirstMenuBase {
}