|
@@ -68,6 +68,7 @@ public class SysPhysicalDefenseConstruction extends BaseEntity {
|
|
|
@ApiModelProperty(value = "证书")
|
|
@ApiModelProperty(value = "证书")
|
|
|
private String certificate;
|
|
private String certificate;
|
|
|
@ApiModelProperty(value = "物防建设类型:1:机构2:业务库3:在行4:离行")
|
|
@ApiModelProperty(value = "物防建设类型:1:机构2:业务库3:在行4:离行")
|
|
|
|
|
+ @JsonSerialize(using = ToStringSerializer.class)
|
|
|
private Long type;
|
|
private Long type;
|
|
|
|
|
|
|
|
/**
|
|
/**
|