|
@@ -271,6 +271,11 @@ public class CorpsDesc implements Serializable {
|
|
|
@ApiModelProperty(value = "客户类别")
|
|
@ApiModelProperty(value = "客户类别")
|
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
|
private String corpsTypeId;
|
|
private String corpsTypeId;
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 付款方式
|
|
|
|
|
+ */
|
|
|
|
|
+ @ApiModelProperty(value = "付款方式")
|
|
|
|
|
+ private String paymentType;
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|