Commit 31f683a9 authored by 王晓倩's avatar 王晓倩

巡检计划状态注释

parent db6ccbfa
...@@ -42,8 +42,8 @@ public class TInspectionPlan extends BaseEntity ...@@ -42,8 +42,8 @@ public class TInspectionPlan extends BaseEntity
@Excel(name = "结束时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") @Excel(name = "结束时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date endTime; private Date endTime;
/** 状态 */ /** 计划状态(0未下发,1已下发,2进行中,3已完成) */
@Excel(name = "状态") @Excel(name = "计划状态(0未下发,1已下发,2进行中,3已完成)")
private String planStatus; private String planStatus;
/** 计划描述 */ /** 计划描述 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment