diff --git a/services/cn_futures_trading_records/src/Dockerfile b/services/cn_futures_trading_records/Dockerfile similarity index 100% rename from services/cn_futures_trading_records/src/Dockerfile rename to services/cn_futures_trading_records/Dockerfile diff --git a/services/cn_futures_trading_records/src/crud/create.go b/services/cn_futures_trading_records/crud/create.go similarity index 100% rename from services/cn_futures_trading_records/src/crud/create.go rename to services/cn_futures_trading_records/crud/create.go diff --git a/services/cn_futures_trading_records/src/go.mod b/services/cn_futures_trading_records/go.mod similarity index 100% rename from services/cn_futures_trading_records/src/go.mod rename to services/cn_futures_trading_records/go.mod diff --git a/services/cn_futures_trading_records/src/go.sum b/services/cn_futures_trading_records/go.sum similarity index 100% rename from services/cn_futures_trading_records/src/go.sum rename to services/cn_futures_trading_records/go.sum diff --git a/services/cn_futures_trading_records/src/infra/launch.go b/services/cn_futures_trading_records/infra/launch.go similarity index 100% rename from services/cn_futures_trading_records/src/infra/launch.go rename to services/cn_futures_trading_records/infra/launch.go diff --git a/services/cn_futures_trading_records/src/infra/logger.go b/services/cn_futures_trading_records/infra/logger.go similarity index 100% rename from services/cn_futures_trading_records/src/infra/logger.go rename to services/cn_futures_trading_records/infra/logger.go diff --git a/services/cn_futures_trading_records/src/infra/postgres.go b/services/cn_futures_trading_records/infra/postgres.go similarity index 100% rename from services/cn_futures_trading_records/src/infra/postgres.go rename to services/cn_futures_trading_records/infra/postgres.go diff --git a/services/cn_futures_trading_records/src/main.go b/services/cn_futures_trading_records/main.go similarity index 100% rename from services/cn_futures_trading_records/src/main.go rename to services/cn_futures_trading_records/main.go diff --git a/services/cn_futures_trading_records/src/model/payload.go b/services/cn_futures_trading_records/model/payload.go similarity index 100% rename from services/cn_futures_trading_records/src/model/payload.go rename to services/cn_futures_trading_records/model/payload.go