|
@@ -4,7 +4,6 @@ import com.baomidou.mybatisplus.annotation.*;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import com.tofly.pms.fegin.UserClient;
|
|
|
import com.tofly.pms.fegin.vo.UserVo;
|
|
|
-import com.tofly.pms.project.enums.ProjectStatus;
|
|
|
import com.tofly.pms.utils.dict.Dict;
|
|
|
import com.tofly.pms.utils.vocast.VoCast;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
@@ -96,7 +95,7 @@ public class ProjectW implements Serializable,Cloneable{
|
|
|
private Date createTime ;
|
|
|
|
|
|
@ApiModelProperty(value = "项目状态",name = "status")
|
|
|
- private ProjectStatus status ;
|
|
|
+ private String status ;
|
|
|
@ApiModelProperty(value = "项目逻辑删除标志(0:未删除;1:已删除)",name = "deletedFlag")
|
|
|
private Integer deletedFlag;
|
|
|
@ApiModelProperty(value = "工期说明",name = "deletedFlag")
|