|
@@ -123,6 +123,16 @@ public class BizCollectionDetail extends BaseEntity implements Serializable {
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
private String inputRemark;
|
|
|
+ @Excel(sort = 18, name = "收款备注")
|
|
|
+ private String remark;
|
|
|
+
|
|
|
+ public String getRemark() {
|
|
|
+ return remark;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRemark(String remark) {
|
|
|
+ this.remark = remark;
|
|
|
+ }
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
@Excels({
|