mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 01:18:40 +00:00
implement todos
This commit is contained in:
parent
582ce1e61d
commit
2737342f98
BIN
Docs/Dev/img/er.png
Normal file
BIN
Docs/Dev/img/er.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 307 KiB |
|
|
@ -26,11 +26,11 @@ use phpOMS\Stdlib\Base\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