浏览代码

问题处理

yzc 1 年之前
父节点
当前提交
047f9b8567
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      hx-account/src/main/java/com/fjhx/account/entity/cost/po/CostControlDetail.java

+ 6 - 0
hx-account/src/main/java/com/fjhx/account/entity/cost/po/CostControlDetail.java

@@ -194,25 +194,31 @@ public class CostControlDetail extends BasePo {
     /**
     /**
      * 付款开户名
      * 付款开户名
      */
      */
+    @Label("付款开户名")
     private String paymentAccountName;
     private String paymentAccountName;
     /**
     /**
      * 付款开户行
      * 付款开户行
      */
      */
+    @Label("付款开户行")
     private String paymentAccountBank;
     private String paymentAccountBank;
     /**
     /**
      * 付款开户账号
      * 付款开户账号
      */
      */
+    @Label("付款开户账号")
     private String paymentAccountNumber;
     private String paymentAccountNumber;
     /**
     /**
      * 费用金额(含税)
      * 费用金额(含税)
      */
      */
+    @Label("费用金额(含税点)")
     private String costMoneyTax;
     private String costMoneyTax;
     /**
     /**
      * 费用金额
      * 费用金额
      */
      */
+    @Label("费用金额(不含税点)")
     private String costMoney;
     private String costMoney;
     /**
     /**
      * 费用合计
      * 费用合计
      */
      */
+    @Label("费用合计")
     private String costMoneySum;
     private String costMoneySum;
 }
 }