Projektdateien hinzufügen.
This commit is contained in:
11
WinLineArtikelnummerGenerator/Models/ProductGroup.vb
Normal file
11
WinLineArtikelnummerGenerator/Models/ProductGroup.vb
Normal file
@@ -0,0 +1,11 @@
|
||||
Public Class ProductGroup
|
||||
Public Guid As Integer
|
||||
Public Name As String
|
||||
Public NickName As String
|
||||
|
||||
Public Property Versions As List(Of ProductVersion)
|
||||
|
||||
Public Sub New()
|
||||
Versions = New List(Of ProductVersion)
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user