lyh
2025-04-17 bb696e8e702854b62b144b22e20e36981301e6cf
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/request/DocInfoQueryRequest.java
@@ -15,6 +15,9 @@
    private Integer attributionType;
    @ApiModelProperty(value = "绑定类型对应的id 1 产品id 2 部件id 3 零件id 4 设备id 5 工序id", example = "234324234",  required = true)
    private String attributionId;
    /**相同类型,绑定类型对应的ids*/
    @ApiModelProperty(value = "绑定类型对应的ids 1 产品ids 2 部件ids 3 零件ids 4 设备ids 5 工序ids")
    private String attributionIds;
    @ApiModelProperty(value = "文档分类 NC=NC文档 OTHER=其他文档 SEND=设备发送文档 REC=设备接受文档", example = "NC", required = true)
    private String docClassCode;
    @ApiModelProperty(value = "NC文件名称")