Lius
2024-12-25 68b2447151e509fef215c9f8515fe38bc36b2b8c
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)