| File was renamed from aiflowy-modules/aiflowy-module-ai/src/main/java/tech/aiflowy/ai/entity/base/AiBotApiKeyBase.java |
| | |
| | | package tech.aiflowy.ai.entity.base; |
| | | package tech.aiflowy.system.entity.base; |
| | | |
| | | import com.mybatisflex.annotation.Column; |
| | | import com.mybatisflex.annotation.Id; |
| | |
| | | |
| | | import java.io.Serializable; |
| | | import java.math.BigInteger; |
| | | import java.time.LocalDateTime; |
| | | import java.util.Date; |
| | | |
| | | |
| | | public class AiBotApiKeyBase implements Serializable { |
| | | public class SysApiKeyBase implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |