Merge branch 'refs/heads/price_inquery'

This commit is contained in:
2025-09-17 17:03:37 +08:00
5 changed files with 105 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ public class ClaimResp {
private String printType;
private String printCode;
private Boolean hasCoupon;
private String couponType;
private String couponDesc;
private String couponCountdown;
}