Commit 56ba16e6a41d711eaaabd181724e47b384bdc5d3
1 parent
b91814d4
扣款单提交审核
Showing
1 changed file
with
4 additions
and
0 deletions
src/main/java/com/order/erp/domain/ApplyTypeEnum.java
@@ -24,6 +24,10 @@ public enum ApplyTypeEnum { | @@ -24,6 +24,10 @@ public enum ApplyTypeEnum { | ||
24 | CHECK_BILL_APPLY(40, "应付账单申请"), | 24 | CHECK_BILL_APPLY(40, "应付账单申请"), |
25 | 25 | ||
26 | DEPARTMENT_INVOICE_APPLY(50,"生产科发票申请"), | 26 | DEPARTMENT_INVOICE_APPLY(50,"生产科发票申请"), |
27 | + | ||
28 | + INVOICE_DEDUCT_URL(60,"INVOICE扣款单申请"), | ||
29 | + | ||
30 | + CHECK_DEDUCT_URL(70,"CHECK扣款单申请"), | ||
27 | ; | 31 | ; |
28 | private Integer type; | 32 | private Integer type; |
29 | 33 |