mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-12 14:58:43 +00:00
implement todos
This commit is contained in:
parent
1f2a7eb88a
commit
89ddd09b23
BIN
Docs/Dev/img/er.png
Normal file
BIN
Docs/Dev/img/er.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 305 KiB |
|
|
@ -26,11 +26,11 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*/
|
*/
|
||||||
abstract class AttributeValueType extends Enum
|
abstract class AttributeValueType extends Enum
|
||||||
{
|
{
|
||||||
public const _INT = 0;
|
public const _INT = 1;
|
||||||
|
|
||||||
public const _STRING = 1;
|
public const _STRING = 2;
|
||||||
|
|
||||||
public const _FLOAT = 2;
|
public const _FLOAT = 3;
|
||||||
|
|
||||||
public const _DATETIME = 3;
|
public const _DATETIME = 4;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user