feat:多项功能优化

This commit is contained in:
zhoujianjin
2026-09-18 18:54:54 +08:00
parent 672cd23329
commit 543655d441
48 changed files with 1289 additions and 447 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ type InspectionRecord struct {
config `json:"-"`
// ID of the ent.
ID int `json:"id,omitempty"`
// 记录类型 CHECKIN/POINT/PROCESS/DONE/ALARM/INCOMING/FINAL
// 记录类型 CHECKIN/POINT/PROCESS/DONE/ALARM/INCOMING/FINAL/QC_PROCESS
Category string `json:"category,omitempty"`
// 工位号
StationNo string `json:"stationNo,omitempty"`