Domain Owner增加一些字段
This commit is contained in:
parent
d8fa4dea2a
commit
44d44d6355
@ -9,8 +9,9 @@
|
||||
"c_co",
|
||||
"cocode",
|
||||
"c_em",
|
||||
"c_pc",
|
||||
"team",
|
||||
"reg_contact_type",
|
||||
"c_idtype_gswl",
|
||||
"c_idnum_gswl",
|
||||
"column_break_rqiv",
|
||||
"c_regtype",
|
||||
"c_ph_type",
|
||||
@ -18,6 +19,8 @@
|
||||
"c_ph_code",
|
||||
"c_ph_num",
|
||||
"c_ph_fj",
|
||||
"c_pc",
|
||||
"team",
|
||||
"section_break_ssfs",
|
||||
"c_org_m",
|
||||
"c_ln_m",
|
||||
@ -187,12 +190,29 @@
|
||||
{
|
||||
"fieldname": "column_break_cqxi",
|
||||
"fieldtype": "Column Break"
|
||||
},
|
||||
{
|
||||
"default": "cg",
|
||||
"fieldname": "reg_contact_type",
|
||||
"fieldtype": "Select",
|
||||
"label": "适用后缀",
|
||||
"options": "\ncg\nhk\ntw\njingwai"
|
||||
},
|
||||
{
|
||||
"fieldname": "c_idtype_gswl",
|
||||
"fieldtype": "Data",
|
||||
"label": "实名证件"
|
||||
},
|
||||
{
|
||||
"fieldname": "c_idnum_gswl",
|
||||
"fieldtype": "Data",
|
||||
"label": "证件号码"
|
||||
}
|
||||
],
|
||||
"grid_page_length": 50,
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"modified": "2025-08-01 15:41:57.624682",
|
||||
"modified": "2025-08-01 16:19:30.144351",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Jcloud",
|
||||
"name": "Domain Owner",
|
||||
|
||||
@ -23,6 +23,8 @@ class DomainOwner(Document):
|
||||
c_em: DF.Data | None
|
||||
c_fn: DF.Data | None
|
||||
c_fn_m: DF.Data | None
|
||||
c_idnum_gswl: DF.Data | None
|
||||
c_idtype_gswl: DF.Data | None
|
||||
c_ln: DF.Data | None
|
||||
c_ln_m: DF.Data | None
|
||||
c_org: DF.Data | None
|
||||
@ -38,6 +40,7 @@ class DomainOwner(Document):
|
||||
c_st_m: DF.Data | None
|
||||
cocode: DF.Data | None
|
||||
fullname: DF.Data | None
|
||||
reg_contact_type: DF.Literal["", "cg", "hk", "tw", "jingwai"]
|
||||
team: DF.Link | None
|
||||
title: DF.Data | None
|
||||
# end: auto-generated types
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user