skyouc
2025-04-02 a3917dfa5f40fb653046a03ea2acde81992f554e
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/MatnrGroup.java
@@ -41,9 +41,15 @@
    private String name;
    /**
     * 分组编码
     */
    @ApiModelProperty("上级分组编码")
    private String parCode;
    /**
     * 物料编码
     */
    @ApiModelProperty(value= "物料编码")
    @ApiModelProperty(value= "分组编码")
    private String code;
    /**