renhao
2023-09-13 b19f2e24e53253cfc22a2b260055ffcc3e68a1f1
1 MappingProduct唯一值
已修改3个文件
6 ■■■■■ 文件已修改
_Main/BL/EDI/Broker_Broker_OTD_Product.qbl 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_MappingProduct/Attribute_BusinessType.qbl 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_MappingProduct/TypeIndex_MappingProductTypeIndex.qbl 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/EDI/Broker_Broker_OTD_Product.qbl
@@ -9,6 +9,7 @@
  {
    EDIMLTable MappingProduct
    {
      PrimaryKeyColumns: BusinessType
      PrimaryKeyColumns: ID
      TargetType: MappingProduct
      TypeIndex: MappingProductTypeIndex
_Main/BL/Type_MappingProduct/Attribute_BusinessType.qbl
@@ -3,5 +3,6 @@
Attribute BusinessType
{
  #keys: '3[414480.0.61560268][414480.0.61560267][414480.0.61560269]'
  IsReadOnly: true
  ValueType: String
}
_Main/BL/Type_MappingProduct/TypeIndex_MappingProductTypeIndex.qbl
@@ -8,5 +8,9 @@
    {
      ModelElement: ID
    }
    TypeIndexAttribute
    {
      ModelElement: BusinessType
    }
  ]
}