fix: rebuild MES as compilable go-zero+ent backend (renamed bj_power_mes), restore 3 workstation projects from pristine original, align naming; all Go projects go build clean

This commit is contained in:
SunYF
2026-08-27 10:56:41 +08:00
parent 380715f8a9
commit 371b494c54
523 changed files with 67923 additions and 24758 deletions
+21
View File
@@ -0,0 +1,21 @@
-- 零件号种子数据(高压清洗机 9 组程序)
INSERT INTO part_no (code, product_type_id, washer_group_no, remark, created_at)
VALUES ('B02858', 1, 1, '', NOW()),
('B20044', 1, 1, '', NOW()),
('B20223', 1, 1, '', NOW()),
('B20480', 1, 1, '', NOW()),
('B20177', 1, 2, '', NOW()),
('B20248', 1, 2, '', NOW()),
('B20538', 1, 2, '', NOW()),
('B20227', 2, 3, '', NOW()),
('B20257', 2, 3, '', NOW()),
('B20141', 3, 4, '', NOW()),
('B20061', 3, 5, '', NOW()),
('B20235', 3, 5, '', NOW()),
('B02943', 3, 6, '', NOW()),
('B20149', 3, 7, '', NOW()),
('B20240', 4, 8, '', NOW()),
('B02533', 5, 9, '', NOW()),
('B02681', 5, 9, '', NOW()),
('B20102', 5, 9, '', NOW()),
('B20144', 5, 9, '', NOW());