add:开发

This commit is contained in:
ls
2026-08-06 17:29:03 +08:00
parent 16bab7ab21
commit cf37c9c4cd
53 changed files with 3958 additions and 96 deletions

View File

@@ -10,5 +10,9 @@ public interface ErrorCodeConstants {
// ========== 生箔点位库存 ==========
ErrorCode RAW_FOIL_POINT_IVT_NOT_EXISTS = new ErrorCode(1, "生箔点位库存不存在");
ErrorCode IVT_CUTPOINTIVT_NOT_EXISTS = new ErrorCode(2, "分切设备点位不存在");
ErrorCode IVT_SHAFTTUBEIVT_NOT_EXISTS = new ErrorCode(3, "穿拔轴点位不存在");
}