qushaowei
2025-06-20 a065e80bfc4a9f16c7e32f2d1a55013955a40d3c
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/model/ProductionIdModel.java
@@ -37,6 +37,11 @@
     */
    private String title;
    /**
     * 是否可选
     */
    private Boolean selectable = true;
    List<ProductionIdModel> children = new ArrayList<>();
    /**