1、新增cad拆单支持部件不加工状态判定;2、加工/恢复部件顶级部分加工状态判定处理;

This commit is contained in:
gaoqr
2026-05-29 17:57:59 +08:00
parent a1fbe33063
commit a1b5c12d0a
12 changed files with 875 additions and 139 deletions
@@ -25,4 +25,7 @@ public class AssemblyConfigRespDTO {
@Schema(description = "结构Json")
private String structureJson;
@Schema(description = "是否不加工")
private Boolean notProcess;
}