refactor: IDL structure modification (#475)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
package entity
|
||||
|
||||
import "github.com/coze-dev/coze-studio/backend/api/model/intelligence/common"
|
||||
import "github.com/coze-dev/coze-studio/backend/api/model/app/intelligence/common"
|
||||
|
||||
type ProjectDocument struct {
|
||||
ID int64 `json:"id"`
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
package entity
|
||||
|
||||
import (
|
||||
"github.com/coze-dev/coze-studio/backend/api/model/app/intelligence/common"
|
||||
model "github.com/coze-dev/coze-studio/backend/api/model/crossdomain/search"
|
||||
"github.com/coze-dev/coze-studio/backend/api/model/intelligence/common"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user