mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-24 17:22:06 +01:00
10 lines
112 B
PHP
10 lines
112 B
PHP
<?php
|
|
|
|
namespace AppBundle\Model;
|
|
|
|
class ComptaCompte
|
|
{
|
|
const COURANT_CE = 1;
|
|
const COURANT_CMUT = 5;
|
|
}
|