#190: AddressCampaignValueDO.kt
plugins/org.projectforge.plugins.marketing/src/main/kotlin/org/projectforge/plugins/marketing/AddressCampaignValueDO.kt Kotlin JPA entity, plugins/org.projectforge.plugins.marketing/src/main/kotlin/org/projectforge/plugins/marketing/AddressCampaignValueDO.kt 109 lines · 72 code · 27 comments · 10 blank
A marketing campaign.. Entity: Address Campaign Value D O. Fields: addressCampaign:AddressCampaignDO?, address:AddressDO?, value:String?, comment:String?
Git History
868d6abb7 2025 -> 2026
6a67382a6 WIP: Address campaign values
63081666f Source file headers: 2024-> 2025.
0237d5eba Json serialization refactored: IdOnlySerializer and IdsOnlySerializer introduced.
4c04cfd65 MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)