bug fixes on bill products

This commit is contained in:
2025-11-28 12:13:59 +02:00
parent 536abca5ff
commit 40f3f1b7f6
5 changed files with 45 additions and 0 deletions

View File

@@ -31,4 +31,6 @@ public class BillPaymentDto {
private String creditPhone;
private String billName;
private String trace;
private String billProductName;
private String productUid;
}