Browse Source

ias

master
yangpeilai 3 months ago
parent
commit
ccaad1b469

+ 1
- 0
gly-base-core/src/main/java/cn/com/taiji/core/model/comm/protocol/ias/IasServiceCmd.java View File

@@ -11,6 +11,7 @@ public enum IasServiceCmd implements SignServiceCommand {
BILLRAISEUPDATE("发票抬头修改","BillRaiseUpdate", BillRaiseUpdateRequest.class),
BILLRECORD("发票开票记录","BillRecord", BillRecordRequest.class),
BILLREVERSAL("发票红冲","BillReversal", BillReversalRequest.class),

;

private final String value;

Loading…
Cancel
Save