zhanghl
2025-05-23 52aa02cfdb3a70811140e775b947f2200ca8a3eb
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();