feat:新增门诊缴费-T2和优化老模板
This commit is contained in:
@@ -20,8 +20,12 @@ public enum ReceiptTemplateEnum {
|
||||
/**
|
||||
* 门诊缴费的模板
|
||||
*/
|
||||
OUTPATIENT_PAYMENT("3", "outpatientPayment", "门诊缴费的小票"),
|
||||
OUTPATIENT_T1("3", "outpatientPayment", "门诊缴费的小票-T1"),
|
||||
|
||||
/**
|
||||
* 门诊缴费的模板
|
||||
*/
|
||||
OUTPATIENT_T2("4", "department", "门诊缴费的小票-T2"),
|
||||
|
||||
;
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user