务工者基本信息追加工种

This commit is contained in:
2025-02-20 18:30:41 +08:00
parent 67099601a7
commit b5c941b452
3 changed files with 10 additions and 2 deletions

View File

@ -116,6 +116,11 @@ public class WgzUser implements Serializable {
@ApiModelProperty("评分")
private Double score;
/** 工种,多个逗号分隔 */
@Excel(name = "工种,多个逗号分隔")
@ApiModelProperty("工种,多个逗号分隔")
private String typeOfWork;
/** 帐号状态0正常 1停用 */
@Excel(name = "帐号状态" , readConverterExp = "0=正常,1=停用")
@ApiModelProperty("帐号状态0正常 1停用")