SHP01T101
商品分類
BusinessVersion: 1
ApprovedVersion: 1 | Review: Approved
No note.
Draft Review
Manage EntityType definition review here.
- Current Status
- Approved
- Submitted
- 2026-06-25 02:04:21Z by EntityTypeDrafts
- Reviewed
- 2026-06-25 02:04:42Z by EntityTypeDrafts
- Comment
- No review comment.
No draft.
Source Query
Add Attribute
Add Source Join
Add Source Mapping
Draft can configure mapping before approval.
Source SQL Preview
API 查詢即以此 SQL 對讀取複本執行(ADR 0008)。
SELECT
[M].[ProductCategoryId] AS [ProductCategoryId],
[M].[CompanyId] AS [CompanyId],
[M].[Source] AS [Source],
[M].[Locale] AS [Locale],
[M].[ClientId] AS [ClientId],
[M].[ParentCategoryId] AS [ParentCategoryId],
[M].[Layer] AS [Layer],
[M].[Sort] AS [Sort],
[M].[ProductCategoryName] AS [ProductCategoryName],
[M].[ProductCategoryDesc] AS [ProductCategoryDesc],
[M].[ImagePath] AS [ImagePath],
[M].[SeoMetaId] AS [SeoMetaId],
[M].[IntroductionVideoUrl] AS [IntroductionVideoUrl],
[M].[IntroductionTitle] AS [IntroductionTitle],
[M].[Subtitle] AS [Subtitle],
[M].[IsHidden] AS [IsHidden],
[M].[IsDelete] AS [IsDelete],
[M].[ExternalSource] AS [ExternalSource],
[M].[ExternalId] AS [ExternalId],
[M].[ExtraData] AS [ExtraData]
FROM [SHP01T101] [M]
;
Projection Query JSON Preview
[
{
"ProductCategoryId": "ProductCategoryId-001",
"CompanyId": "CompanyId sample",
"Source": "Source sample",
"Locale": "Locale sample",
"ClientId": "ClientId sample",
"ParentCategoryId": "ParentCategoryId sample",
"Layer": 123,
"Sort": "Sort sample",
"ProductCategoryName": "ProductCategoryName sample",
"ProductCategoryDesc": "ProductCategoryDesc sample",
"ImagePath": "ImagePath sample",
"SeoMetaId": "SeoMetaId sample",
"IntroductionVideoUrl": "IntroductionVideoUrl sample",
"IntroductionTitle": "IntroductionTitle sample",
"Subtitle": "Subtitle sample",
"IsHidden": "IsHidden sample",
"IsDelete": 123,
"ExternalSource": "ExternalSource sample",
"ExternalId": "ExternalId sample",
"ExtraData": "ExtraData sample",
"UpdatedAt": "2026-04-08T09:30:00Z"
}
]
Attributes
| Code | Name | Type | Required | PrimaryKey | Active |
|---|---|---|---|---|---|
| ProductCategoryId | ProductCategoryId | string | Y | Y | Y |
| CompanyId | CompanyId | string | Y | N | Y |
| Source | Source | string | N | N | Y |
| Locale | Locale | string | N | N | Y |
| ClientId | ClientId | string | N | N | Y |
| ParentCategoryId | ParentCategoryId | string | N | N | Y |
| Layer | Layer | int | Y | N | Y |
| Sort | Sort | string | N | N | Y |
| ProductCategoryName | ProductCategoryName | string | Y | N | Y |
| ProductCategoryDesc | ProductCategoryDesc | string | N | N | Y |
| ImagePath | ImagePath | string | N | N | Y |
| SeoMetaId | SeoMetaId | string | N | N | Y |
| IntroductionVideoUrl | IntroductionVideoUrl | string | N | N | Y |
| IntroductionTitle | IntroductionTitle | string | N | N | Y |
| Subtitle | Subtitle | string | N | N | Y |
| IsHidden | IsHidden | string | N | N | Y |
| IsDelete | IsDelete | int | N | N | Y |
| ExternalSource | ExternalSource | string | N | N | Y |
| ExternalId | ExternalId | string | N | N | Y |
| ExtraData | ExtraData | string | N | N | Y |
Source Joins
No joins.
Source Mappings
| Attribute | Alias | SourceField | Transform | Version | Active |
|---|---|---|---|---|---|
| ClientId - ClientId | M | ClientId | Direct | 1 | Y |
| CompanyId - CompanyId | M | CompanyId | Direct | 1 | Y |
| ExternalId - ExternalId | M | ExternalId | Direct | 1 | Y |
| ExternalSource - ExternalSource | M | ExternalSource | Direct | 1 | Y |
| ExtraData - ExtraData | M | ExtraData | Direct | 1 | Y |
| ImagePath - ImagePath | M | ImagePath | Direct | 1 | Y |
| IntroductionTitle - IntroductionTitle | M | IntroductionTitle | Direct | 1 | Y |
| IntroductionVideoUrl - IntroductionVideoUrl | M | IntroductionVideoUrl | Direct | 1 | Y |
| IsDelete - IsDelete | M | IsDelete | Direct | 1 | Y |
| IsHidden - IsHidden | M | IsHidden | Direct | 1 | Y |
| Layer - Layer | M | Layer | Direct | 1 | Y |
| Locale - Locale | M | Locale | Direct | 1 | Y |
| ParentCategoryId - ParentCategoryId | M | ParentCategoryId | Direct | 1 | Y |
| ProductCategoryDesc - ProductCategoryDesc | M | ProductCategoryDesc | Direct | 1 | Y |
| ProductCategoryId - ProductCategoryId | M | ProductCategoryId | Direct | 1 | Y |
| ProductCategoryName - ProductCategoryName | M | ProductCategoryName | Direct | 1 | Y |
| SeoMetaId - SeoMetaId | M | SeoMetaId | Direct | 1 | Y |
| Sort - Sort | M | Sort | Direct | 1 | Y |
| Source - Source | M | Source | Direct | 1 | Y |
| Subtitle - Subtitle | M | Subtitle | Direct | 1 | Y |