增加动火作业负责人

This commit is contained in:
guoshengxiong 2024-05-17 16:55:11 +08:00
parent a737f0b6a9
commit 21ef59d85e

View File

@ -141,6 +141,12 @@ public class XzSpecialOperationFireSafety implements Serializable {
@ApiModelProperty(value = "最终验收状态1进行中2已闭合")
private Integer finalAcceptanceStatus;
/**
* 作业负责人
*/
@Excel(name = "作业负责人", width = 15)
@ApiModelProperty(value = "作业负责人")
private java.lang.Long assignmentPersonInCharge;
/**
* 作业负责人名称
*/