mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
bug fixes
This commit is contained in:
parent
d91d33a839
commit
5572d75e27
|
|
@ -37,15 +37,15 @@ final class SupplierMapper extends DataMapperAbstract
|
|||
* @since 1.0.0
|
||||
*/
|
||||
protected static array $columns = [
|
||||
'suppliermgmt_supplier_id' => ['name' => 'suppliermgmt_supplier_id', ' type' => 'int', 'internal' => 'id'],
|
||||
'suppliermgmt_supplier_no' => ['name' => 'suppliermgmt_supplier_no', ' type' => 'string', 'internal' => 'number'],
|
||||
'suppliermgmt_supplier_id' => ['name' => 'suppliermgmt_supplier_id', 'type' => 'int', 'internal' => 'id'],
|
||||
'suppliermgmt_supplier_no' => ['name' => 'suppliermgmt_supplier_no', 'type' => 'string', 'internal' => 'number'],
|
||||
'suppliermgmt_supplier_no_reverse' => ['name' => 'suppliermgmt_supplier_no_reverse', 'type' => 'string', 'internal' => 'numberReverse'],
|
||||
'suppliermgmt_supplier_status' => ['name' => 'suppliermgmt_supplier_status', ' type' => 'int', 'internal' => 'status'],
|
||||
'suppliermgmt_supplier_type' => ['name' => 'suppliermgmt_supplier_type', ' type' => 'int', 'internal' => 'type'],
|
||||
'suppliermgmt_supplier_taxid' => ['name' => 'suppliermgmt_supplier_taxid', ' type' => 'int', 'internal' => 'taxId'],
|
||||
'suppliermgmt_supplier_info' => ['name' => 'suppliermgmt_supplier_info', ' type' => 'string', 'internal' => 'info'],
|
||||
'suppliermgmt_supplier_status' => ['name' => 'suppliermgmt_supplier_status', 'type' => 'int', 'internal' => 'status'],
|
||||
'suppliermgmt_supplier_type' => ['name' => 'suppliermgmt_supplier_type', 'type' => 'int', 'internal' => 'type'],
|
||||
'suppliermgmt_supplier_taxid' => ['name' => 'suppliermgmt_supplier_taxid', 'type' => 'int', 'internal' => 'taxId'],
|
||||
'suppliermgmt_supplier_info' => ['name' => 'suppliermgmt_supplier_info', 'type' => 'string', 'internal' => 'info'],
|
||||
'suppliermgmt_supplier_created_at' => ['name' => 'suppliermgmt_supplier_created_at', 'type' => 'DateTime', 'internal' => 'createdAt'],
|
||||
'suppliermgmt_supplier_account' => ['name' => 'suppliermgmt_supplier_account', ' type' => 'int', 'internal' => 'profile'],
|
||||
'suppliermgmt_supplier_account' => ['name' => 'suppliermgmt_supplier_account', 'type' => 'int', 'internal' => 'profile'],
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user