add more classes

This commit is contained in:
Pascal Bertin 2021-11-10 11:19:19 +01:00
parent 03500542fb
commit 66e4d96343
2 changed files with 61 additions and 13 deletions

View File

@ -2,42 +2,54 @@ format 224
classcanvas 128026 class_ref 128026 // ProductBase
classdiagramsettings member_max_width 0 end
xyzwh 486 133 2000 107 39
xyzwh 486.8 133.4 2000 107 39
end
classcanvas 128154 class_ref 128154 // Product
classdiagramsettings member_max_width 0 end
xyzwh 605 32 2000 89 39
xyzwh 605.8 32.2 2000 89 39
end
classcanvas 128282 class_ref 128282 // Meal
classdiagramsettings member_max_width 0 end
xyzwh 413 32 2000 83 39
xyzwh 413.8 32.2 2000 83 39
end
classcanvas 128410 class_ref 128410 // Order
classdiagramsettings member_max_width 0 end
xyzwh 497 263 2000 85 39
xyzwh 497.8 263.4 2000 85 39
end
classcanvas 128538 class_ref 128538 // Client
classdiagramsettings member_max_width 0 end
xyzwh 496 398 2000 91 39
xyzwh 496.2 398.4 2000 91 39
end
classcanvas 129178 class_ref 128666 // Payment
classcanvas 129178 class_ref 128666 // CardPayment
classdiagramsettings member_max_width 0 end
xyzwh 690 262 2000 109 39
xyzwh 717.7 314.3 2000 109 39
end
classcanvas 129306 class_ref 128794 // Storage
classdiagramsettings member_max_width 0 end
xyzwh 87 109 2000 125 43
xyzwh 87.8 109 2000 125 43
end
classcanvas 129434 class_ref 128922 // Automat
classdiagramsettings member_max_width 0 end
xyzwh 90 241 2000 119 39
xyzwh 90.8 241 2000 119 39
end
classcanvas 129562 class_ref 129050 // Worker
classdiagramsettings member_max_width 0 end
xyzwh 89 378 2000 123 39
xyzwh 89 378.4 2000 123 39
end
classcanvas 129690 class_ref 129178 // Shelf
classdiagramsettings member_max_width 0 end
xyz 315 190 2000
xyz 315.4 190.8 2000
end
classcanvas 129818 class_ref 135706 // PaymentBase
classdiagramsettings member_max_width 0 end
xyz 662 259 2000
end
classcanvas 129946 class_ref 135834 // CashPayment
classdiagramsettings member_max_width 0 end
xyz 612.5 315.5 2000
end
classcanvas 130074 class_ref 135962 // CoinCollector
classdiagramsettings member_max_width 0 end
xyz 664 191 2000
end
end

View File

@ -1,6 +1,6 @@
format 224
"models"
revision 3
revision 4
modified_by 26 "s452626"
@ -141,7 +141,7 @@ format 224
end
end
class 128666 "Payment"
class 128666 "CardPayment"
visibility package
cpp_decl ""
java_decl ""
@ -200,5 +200,41 @@ format 224
mysql_decl ""
end
class 135706 "PaymentBase"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
class 135834 "CashPayment"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
class 135962 "CoinCollector"
visibility package
cpp_decl ""
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
mysql_decl ""
end
end
end