qushaowei
2025-06-13 4b27dd367eae2f24958c6bb857fb6959dcdb7a4a
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/RepairOrderOperationGuidance.java
@@ -39,7 +39,7 @@
    /**文档类型*/
    @Excel(name = "文档类型", width = 15)
    @ApiModelProperty(value = "文档类型")
    @Dict(dicCode = "common_upload_type")
    @Dict(dictTable = "mom_eam_document_type",dicCode = "id",dicText = "name")
    private String documentTypeId;
   /**文档名称*/
   @Excel(name = "文档名称", width = 15)