refactor: remove company management APIs

This commit is contained in:
Frudrax Cheng
2026-06-05 18:00:14 +08:00
parent efdde0ab28
commit 698c22cd08
16 changed files with 1631 additions and 3738 deletions
-1
View File
@@ -112,7 +112,6 @@ func AutoMigrate() {
if err := DB.AutoMigrate(
&models.User{},
&models.Company{},
&models.Serial{},
&models.ProductTrace{},
&models.EmployeeSerial{},
&models.AftersalesOrder{},