new
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
```plantuml
|
||||
!theme sketchy-outline
|
||||
package 证件信息域 {
|
||||
enum LicenseType<证件类型字典> {
|
||||
IdCard 人员证件/身份证
|
||||
Passport 人员证件/护照
|
||||
Driver 人员证件/驾照
|
||||
SecurityCard 人员证件/社保卡
|
||||
VehicleLicense 车辆证件/行驶证
|
||||
HouseLicense 房产/房产证
|
||||
BusinessLicense 企业/营业执照
|
||||
}
|
||||
class License<证件> {
|
||||
string license_id
|
||||
string license_type
|
||||
string license_no
|
||||
date valid_since_date
|
||||
date valid_due_date
|
||||
string issuer
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user