REQ-3581: 添加章类型
This commit is contained in:
parent
f704e4ba62
commit
89f0f5e75d
@ -17,7 +17,9 @@ public enum EssSealType {
|
|||||||
PERSONNEL("人事专用章", "PERSONNEL"),
|
PERSONNEL("人事专用章", "PERSONNEL"),
|
||||||
INVOICE("发票专用章", "INVOICE"),
|
INVOICE("发票专用章", "INVOICE"),
|
||||||
LEGAL_PERSON_SEAL("法定代表人章", "LEGAL_PERSON_SEAL"),
|
LEGAL_PERSON_SEAL("法定代表人章", "LEGAL_PERSON_SEAL"),
|
||||||
OTHER("其他", "EMPLOYEE_QUALIFICATION_SEAL", "ORGANIZATION_SEAL");
|
OTHER("其他", "EMPLOYEE_QUALIFICATION_SEAL",
|
||||||
|
"ORGANIZATION_SEAL",
|
||||||
|
"EMPLOYEE_QUALIFICATION_SEAL");
|
||||||
|
|
||||||
private final String description;
|
private final String description;
|
||||||
private final String[] essCodes;
|
private final String[] essCodes;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user