@@ -64,4 +64,9 @@ public class TdPointsRules implements Serializable {
* 停用启用状态
*/
private Integer status;
+
+ /**
+ * 积分说明
+ */
+ private String remark;
}