You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
388 B
15 lines
388 B
package com.dxhy.common.constant;
|
|
|
|
public class TransferContant {
|
|
|
|
public static final String SUCCESS = "SUCCESS";
|
|
|
|
public static final String INVOICE_NO_NOT_EXIT = "INVOICE_NO_NOT_EXIT";
|
|
|
|
public static final String INVOICE_NOT_EXIT = "INVOICE_NOT_EXIT";
|
|
|
|
public static final String NOT_RZ = "NOT_RZ";
|
|
|
|
public static final String CANCEL_SUCCESS = "CANCEL_SUCCESS";
|
|
|
|
}
|
|
|