add 确认来款记录表 增加项目类型
This commit is contained in:
+7
@@ -67,6 +67,13 @@ public class PayConfirmPaymentRecord implements Serializable {
|
||||
@ApiModelProperty(value="项目id")
|
||||
private String projectId;
|
||||
|
||||
/**
|
||||
* 项目类型
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value="项目类型")
|
||||
private String projectType;
|
||||
|
||||
/**
|
||||
* 到账金额
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user