You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bo/messlokation.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ type Messlokation struct {
30
30
Messadresse*com.Adresse`json:"messadresse,omitempty" validate:"required_without_all=Geoadresse Katasterinformation"`// Messadresse is a street address of the Messlokation
31
31
Geoadresse*com.Geokoordinaten`json:"geoadresse,omitempty" validate:"required_without_all=Messadresse Katasterinformation"`// Geoadresse are gps coordinates of the Messlokation
32
32
Katasterinformation*com.Katasteradresse`json:"katasterinformation,omitempty" validate:"required_without_all=Messadresse Geoadresse"`// Katasterinformation is a cadastre address of the Messlokation
33
+
34
+
// IstFuerLieferanmeldungRelevant ist ein Behelfs-Flag das anzeigt, ob eine Messlokation für die Lieferanmeldung relevant ist (true).
0 commit comments