mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-15 15:08:40 +00:00
9 lines
76 B
PHP
9 lines
76 B
PHP
<?php
|
|
|
|
class Position {
|
|
private $accounts = [];
|
|
|
|
private $color = [];
|
|
|
|
}
|