qushaowei
2025-05-26 ed48aa9f30a87c528f071d06bf6b59d7d15428e9
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)