fix: scc流程入库报错
This commit is contained in:
+1
-8
@@ -28,13 +28,6 @@ public class LawsConformityAssessmentLibrary implements Serializable {
|
|||||||
@ApiModelProperty(value = "主键ID")
|
@ApiModelProperty(value = "主键ID")
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
/**
|
|
||||||
* 来源
|
|
||||||
*/
|
|
||||||
@ApiModelProperty(value = "来源")
|
|
||||||
@TableField(exist = false)
|
|
||||||
private String source;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 标准ID
|
* 标准ID
|
||||||
*/
|
*/
|
||||||
@@ -90,4 +83,4 @@ public class LawsConformityAssessmentLibrary implements Serializable {
|
|||||||
|
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user