fix
songhuangfeng123
2022-08-24 71093a08998b7e642ec859fa3ed45f75b4f92893
equipment/equipment-service/src/main/java/com/gkhy/safePlatform/equipment/entity/KeypointEquipmentInfo.java
@@ -206,4 +206,15 @@
        this.scenePic = scenePic;
    }
    //备注
    private String memo;
    public String getMemo() {
        return memo;
    }
    public void setMemo(String memo) {
        this.memo = memo;
    }
}