|
@@ -1,5 +1,6 @@
|
|
|
package com.zfjg.manage.api.domain.other;
|
|
|
|
|
|
+import com.baomidou.mybatisplus.annotation.FieldStrategy;
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
@@ -41,6 +42,7 @@ public class WReport implements Serializable {
|
|
|
private String wUser;
|
|
|
|
|
|
@ApiModelProperty("不当履行职责执法过错情形")
|
|
|
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private String wType;
|
|
|
|
|
|
@ApiModelProperty("不当履行职责执法过错情形数量")
|
|
@@ -49,6 +51,7 @@ public class WReport implements Serializable {
|
|
|
private String wTypeT;
|
|
|
|
|
|
@ApiModelProperty("未履行职责执法过错情形")
|
|
|
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private String nType;
|
|
|
|
|
|
@ApiModelProperty("未履行职责执法过错情形数量")
|
|
@@ -57,6 +60,7 @@ public class WReport implements Serializable {
|
|
|
private String nTypeT;
|
|
|
|
|
|
@ApiModelProperty("违法履行职责执法过错情形")
|
|
|
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private String sType;
|
|
|
|
|
|
@ApiModelProperty("处理方式")
|