改成false

product
bawei 2 years ago
parent 04428ced43
commit d08733f6cb

@ -194,10 +194,10 @@ public class PoundlistEntity {
@TableField("IS_EXPENSE")
private String isExpense;
@TableField("IS_PAYMENT")
@TableField(exist = false)
private String isPayment;
@TableField("IS_TRANSFER")
@TableField(exist = false)
private String isTransfer;
@TableField(exist = false)

Loading…
Cancel
Save