瀏覽代碼

资金模块-解决核销审核日志问题

huangx 7 年之前
父節點
當前提交
e71e1a4cc1

+ 3 - 1
applications/commons/commons-dto/src/main/java/com/usoftchina/saas/commons/po/BillCodeSeq.java

@@ -40,7 +40,7 @@ public enum  BillCodeSeq {
 
 
     RECBALANCE("收款单", "RecBalance"),
     RECBALANCE("收款单", "RecBalance"),
 
 
-    VERIFICATION("核单", "Verification"),
+    VERIFICATION("核单", "Verification"),
 
 
     OTHRECEIPTS("其它收入单","OthReceipts"),
     OTHRECEIPTS("其它收入单","OthReceipts"),
 
 
@@ -50,6 +50,8 @@ public enum  BillCodeSeq {
 
 
     BOM("BOM资料", "Bom");
     BOM("BOM资料", "Bom");
 
 
+
+
     BillCodeSeq(String name, String caller) {
     BillCodeSeq(String name, String caller) {
         this.name = name;
         this.name = name;
         this.caller = caller;
         this.caller = caller;