REQ-3581: 添加章类型
This commit is contained in:
parent
638c8f6e72
commit
f704e4ba62
@ -17,7 +17,7 @@ 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");
|
OTHER("其他", "EMPLOYEE_QUALIFICATION_SEAL", "ORGANIZATION_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