|
@@ -42,7 +42,7 @@ public class Dictionary {
|
|
|
@Column(name = "part_number", columnDefinition = "bigint(20) comment '环节数量'")
|
|
|
private Integer part_number;
|
|
|
|
|
|
- @Column(name = "document_number", columnDefinition = "vbigint(20) comment '文档数量'")
|
|
|
+ @Column(name = "document_number", columnDefinition = "bigint(20) comment '文档数量'")
|
|
|
private Integer document_number;
|
|
|
|
|
|
@TableField(fill = FieldFill.INSERT_UPDATE)
|