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