@@ -226,4 +226,14 @@ public class GoodsDonSkuFrontView {
* 其他模型限制时间
*/
private Long otherLimitTime;
+
+ /**
+ * claude code积分上限
+ */
+ private Integer codePoints;
+ * claude code每小时恢复积分
+ private Integer codeCreditRecovery;
}