|
@@ -50,10 +50,6 @@ public class BmProjectReport extends BaseEntity
|
|
@Excel(name = "项目id*")
|
|
@Excel(name = "项目id*")
|
|
private Long bmProjectId;
|
|
private Long bmProjectId;
|
|
|
|
|
|
- /** 是否删除 */
|
|
|
|
- @Excel(name = "是否删除")
|
|
|
|
- private Long isDel;
|
|
|
|
-
|
|
|
|
public void setId(Long id)
|
|
public void setId(Long id)
|
|
{
|
|
{
|
|
this.id = id;
|
|
this.id = id;
|
|
@@ -135,15 +131,8 @@ public class BmProjectReport extends BaseEntity
|
|
{
|
|
{
|
|
return bmProjectId;
|
|
return bmProjectId;
|
|
}
|
|
}
|
|
- public void setIsDel(Long isDel)
|
|
|
|
- {
|
|
|
|
- this.isDel = isDel;
|
|
|
|
- }
|
|
|
|
|
|
|
|
- public Long getIsDel()
|
|
|
|
- {
|
|
|
|
- return isDel;
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public String toString() {
|
|
public String toString() {
|