1
0
forked from erp-dev/erp

feat: added type field into warehouse model

This commit is contained in:
2025-11-20 15:44:35 +08:00
parent 6091280fdc
commit 2a838199fa
22 changed files with 1384 additions and 38 deletions

View File

@@ -39,7 +39,6 @@ class PlateOrderModelTestCase(TestCase):
merchant=self.merchant,
name='销售员',
mobile='13800138000',
job_type=basic_models.EmployeeTypeEnum.PRINTER,
status=basic_models.EmployeeStatusEnum.ACTIVE
)
@@ -47,7 +46,6 @@ class PlateOrderModelTestCase(TestCase):
merchant=self.merchant,
name='跟单员',
mobile='13800138001',
job_type=basic_models.EmployeeTypeEnum.ROLLING,
status=basic_models.EmployeeStatusEnum.ACTIVE
)