Commit f1def573 by 张宸

1

parent 03822295
...@@ -98,6 +98,11 @@ public class Product implements Serializable { ...@@ -98,6 +98,11 @@ public class Product implements Serializable {
private String productPrice; private String productPrice;
/** /**
* 融合资费
*/
private String productRhPrice;
/**
* 宽带速率 * 宽带速率
*/ */
private String productMeal; private String productMeal;
...@@ -105,6 +110,14 @@ public class Product implements Serializable { ...@@ -105,6 +110,14 @@ public class Product implements Serializable {
* 包年包月情况 * 包年包月情况
*/ */
private String productRate; private String productRate;
/**
* 融合包年包月情况
*/
private String productRhRate;
/** /**
* 资费正则Id * 资费正则Id
*/ */
......
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