zhanghl
2025-05-21 b8592ad961e838905c3bad76e58d4e23b63c2e1f
aps-modules/aps-core/src/main/java/com/aps/core/domain/ApsMaterialProductGroupManagement.java
@@ -60,6 +60,7 @@
    @TableField(exist = false)
    private String key;
    @JsonIgnore
    public String getKey() {
        if (key == null) {
            key = getFactory() + "##" + getMaterialCode();