liyong
4 天以前 96a020a65509f807ac3d27872f903e22f2218165
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/md/item/vo/MesMdItemSaveReqVO.java
@@ -51,4 +51,9 @@
    @Schema(description = "备注", example = "备注")
    private String remark;
    @Schema(description = "是否同步到 MDM", example = "true")
    private Boolean syncMdm;
    private Long mdmItemId;
}