@@ -78,7 +78,6 @@ public class UpgradeOrderDon extends BaseEntity {
private Type type;
- private String shopId;
/**
* 买家支付id
*/
@@ -22,6 +22,9 @@ public class MidjourneyAccountView {
@DbField("ma.id")
private Long id;
+ @DbField("ma.account_id")
+ private Long accountId;
+
@DbField("a.account")
private String account;