cuijian
2023-10-30 059c6a5058295cd93741cf04c0a52a4a53e2c284
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/OperationCertificate.java
@@ -109,4 +109,14 @@
   @Excel(name = "属性字段5", width = 15)
    @ApiModelProperty(value = "属性字段5")
    private String uda5;
    /**工种*/
    @Excel(name = "工种", width = 15)
    @ApiModelProperty(value = "工种")
    private String profession;
    /**技能等级*/
    @Excel(name = "技能等级", width = 15)
    @ApiModelProperty(value = "技能等级")
    private String technicalLevel;
}