Commit b6a21562 authored by chenzhao's avatar chenzhao

投融资调整

parent b81f4e65
...@@ -60,4 +60,7 @@ public class FinancingInfoDto extends BaseDto { ...@@ -60,4 +60,7 @@ public class FinancingInfoDto extends BaseDto {
@ApiModelProperty(value = "附件") @ApiModelProperty(value = "附件")
private List<Object> files; private List<Object> files;
@ApiModelProperty(value = "单价")
private String unitPrice;
} }
...@@ -74,5 +74,9 @@ public class FinancingInfo extends BaseEntity { ...@@ -74,5 +74,9 @@ public class FinancingInfo extends BaseEntity {
*/ */
@TableField("status") @TableField("status")
private String status; private String status;
/**
* 单价
*/
@TableField("unit_price")
private String unitPrice;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment