Commit 3e32ae12 by guojuxing

发票待开具改成待审核

parent 22e43332
......@@ -7,7 +7,7 @@ package com.gic.finance.constant;
* @date 2019/8/14 2:30 PM

*/
public enum InvoiceStatusEnum {
TO_BE_ISSUED(1, "待开具"),
TO_BE_ISSUED(1, "待审核"),
TO_BE_MAILED(2, "待邮寄"),
MAILED(3, "已邮寄"),
REJECT(4, "已驳回"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment