feat: add product trace APIs

This commit is contained in:
Frudrax Cheng
2026-06-05 17:21:06 +08:00
parent bb987cad62
commit efdde0ab28
5 changed files with 532 additions and 0 deletions
+1
View File
@@ -113,6 +113,7 @@ func AutoMigrate() {
&models.User{},
&models.Company{},
&models.Serial{},
&models.ProductTrace{},
&models.EmployeeSerial{},
&models.AftersalesOrder{},
&models.ProjectOrder{},