编制人和日期
This commit is contained in:
parent
768a172828
commit
be389f94c8
@ -174,6 +174,16 @@ public class XzBlindPlatePlugSafe implements Serializable {
|
||||
private java.util.Date workExecutionEndTime;
|
||||
@ApiModelProperty(value = "其他安全措施")
|
||||
private String otherSafeMeasure;
|
||||
@ApiModelProperty(value = "编制人")
|
||||
private String organizer;
|
||||
/**
|
||||
* 编制人日期
|
||||
*/
|
||||
@Excel(name = "编制人日期", width = 20, format = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
@ApiModelProperty(value = "编制人日期")
|
||||
private java.util.Date organizerDate;
|
||||
/**
|
||||
* 作业申请单位名称
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user