招工列表

This commit is contained in:
zt
2025-02-18 16:23:01 +08:00
parent ef59432ca6
commit d782d2d9f0
13 changed files with 147 additions and 11 deletions

View File

@ -105,6 +105,9 @@ public class FbsProjectTask implements Serializable {
@ApiModelProperty("任务状态1进行中 2已完成")
private String status;
@ApiModelProperty("创建者ID")
private Long createId;
/** 删除标志0代表存在 2代表删除 */
@Excel(name = "删除标志" , readConverterExp = "0=代表存在,2=代表删除")
@ApiModelProperty("删除标志0代表存在 2代表删除")