ci/cd调整

This commit is contained in:
2026-06-10 15:40:17 +08:00
parent 26fcf12f5d
commit 0752b954bf
108 changed files with 134 additions and 165 deletions

View File

@@ -5,7 +5,7 @@ import (
service "assets/service/asset"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type asset struct{}

View File

@@ -5,7 +5,7 @@ import (
service "assets/service/asset"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type assetSku struct{}

View File

@@ -5,7 +5,7 @@ import (
service "assets/service/asset"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type category struct{}

View File

@@ -5,7 +5,7 @@ import (
service "assets/service/asset"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type privateCategory struct{}

View File

@@ -5,7 +5,7 @@ import (
service "assets/service/asset"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type privateSku struct{}

View File

@@ -5,7 +5,7 @@ import (
service "assets/service/procurement"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type purchaseOrder struct{}

View File

@@ -5,7 +5,7 @@ import (
service "assets/service/procurement"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type purchaseOrderItem struct{}

View File

@@ -5,7 +5,7 @@ import (
service "assets/service/procurement"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type supplier struct{}

View File

@@ -5,7 +5,7 @@ import (
service "assets/service/stock"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type inventoryCountAdjustHistory struct{}

View File

@@ -11,7 +11,7 @@ import (
"fmt"
"io"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
"github.com/gogf/gf/v2/frame/g"
)

View File

@@ -9,7 +9,7 @@ import (
service "assets/service/stock"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type inventoryCountDetail struct{}

View File

@@ -9,7 +9,7 @@ import (
service "assets/service/stock"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type inventoryWarningHistory struct{}

View File

@@ -9,7 +9,7 @@ import (
service "assets/service/stock"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type location struct{}

View File

@@ -9,7 +9,7 @@ import (
service "assets/service/stock"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type privateStockController struct{}

View File

@@ -9,7 +9,7 @@ import (
service "assets/service/stock"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type stockManage struct{}

View File

@@ -9,7 +9,7 @@ import (
service "assets/service/stock"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type unitConversionController struct{}

View File

@@ -9,7 +9,7 @@ import (
service "assets/service/stock"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type warehouse struct{}

View File

@@ -9,7 +9,7 @@ import (
service "assets/service/stock"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type zone struct{}

View File

@@ -5,7 +5,7 @@ import (
service "assets/service/sync"
"context"
"gitea.com/red-future/common/beans"
"gitea.redpowerfuture.com/red-future/common/beans"
)
type syncController struct{}