ソースを参照

Fix EC list fields for new entity

tags/v0.10.5
コミット
738421e116
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java

+ 1
- 1
bubble-server/src/main/java/bubble/model/bill/AccountPaymentArchived.java ファイルの表示

@@ -24,7 +24,7 @@ import static org.cobbzilla.util.json.JsonUtil.json;
import static org.cobbzilla.wizard.model.crypto.EncryptedTypes.ENCRYPTED_STRING;

@ECType(root=true) @ECTypeCreate(method="DISABLED")
@ECTypeURIs(listFields={"accountName", "paymentMethodMaskedInfo", "amount"})
@ECTypeURIs(listFields={"accountUuid", "ctime"})
@Entity @Accessors(chain=true) @NoArgsConstructor
public class AccountPaymentArchived extends IdentifiableBase {



読み込み中…
キャンセル
保存