qushaowei
2025-06-13 4b27dd367eae2f24958c6bb857fb6959dcdb7a4a
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EquipmentDocument.java
@@ -46,8 +46,9 @@
   /**文档类型*/
   @Excel(name = "文档类型", width = 15)
    @ApiModelProperty(value = "文档类型")
    @Dict(dicCode = "common_upload_type")
    private String type;
//    @Dict(dicCode = "common_upload_type")
    @Dict(dictTable = "mom_eam_document_type",dicCode = "id",dicText = "name")
    private String fileType;
   /**备用字段1*/
   @Excel(name = "备用字段1", width = 15)