去除为空校验
This commit is contained in:
parent
4ea735a731
commit
1cd07d7986
|
|
@ -8,7 +8,7 @@ create table hrsa_tax_agent_tax_return
|
|||
tenant_key varchar2(10),
|
||||
tax_agent_id number not null,
|
||||
tax_code varchar2(50) not null,
|
||||
tax_registration_number varchar2(50) not null,
|
||||
tax_registration_number varchar2(50) ,
|
||||
department_code varchar2(50),
|
||||
department_name varchar2(50),
|
||||
nation varchar2(50),
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ create table hrsa_tax_agent_tax_return
|
|||
tenant_key varchar2(10),
|
||||
tax_agent_id number not null,
|
||||
tax_code varchar2(50) not null,
|
||||
tax_registration_number varchar2(50) not null,
|
||||
tax_registration_number varchar2(50) ,
|
||||
department_code varchar2(50),
|
||||
department_name varchar2(50),
|
||||
nation varchar2(50),
|
||||
|
|
|
|||
|
|
@ -1,25 +1,25 @@
|
|||
create table hrsa_tax_agent_tax_return
|
||||
(
|
||||
id bigint primary key comment 'ID' ,
|
||||
create_time datetime comment '创建时间' ,
|
||||
update_time datetime comment '修改时间' ,
|
||||
creator bigint comment '创建人id' ,
|
||||
delete_type int default 0 comment '是否删除' ,
|
||||
tenant_key varchar(10) comment '租户KEY' ,
|
||||
tax_agent_id bigint not null comment '个税扣缴义务人ID' ,
|
||||
tax_code varchar(50) not null comment '税号' ,
|
||||
tax_registration_number varchar(50) not null comment '登记序号' ,
|
||||
department_code varchar(50) comment '部门编号' ,
|
||||
department_name varchar(50) comment '部门名称' ,
|
||||
nation varchar(50) comment '国家' ,
|
||||
province varchar(50) comment '省份' ,
|
||||
city varchar(50) comment '市级' ,
|
||||
area_code varchar(50) not null comment '行政编码' ,
|
||||
password_type int(2) not null comment '密码校验类型' ,
|
||||
real_account varchar(50) comment '实名账号' ,
|
||||
pwd varchar(50) not null comment '密码' ,
|
||||
check_status int(2) not null comment '报税验证状态' ,
|
||||
fail_reason varchar(255) comment '最近一次验证失败原因'
|
||||
create_time datetime comment '<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD>' ,
|
||||
update_time datetime comment '<EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD>' ,
|
||||
creator bigint comment '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>id' ,
|
||||
delete_type int default 0 comment '<EFBFBD>Ƿ<EFBFBD>ɾ<EFBFBD><EFBFBD>' ,
|
||||
tenant_key varchar(10) comment '<EFBFBD>⻧KEY' ,
|
||||
tax_agent_id bigint not null comment '<EFBFBD><EFBFBD>˰<EFBFBD>۽<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ID' ,
|
||||
tax_code varchar(50) not null comment '˰<EFBFBD><EFBFBD>' ,
|
||||
tax_registration_number varchar(50) comment '<EFBFBD>Ǽ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>' ,
|
||||
department_code varchar(50) comment '<EFBFBD><EFBFBD><EFBFBD>ű<EFBFBD><EFBFBD>' ,
|
||||
department_name varchar(50) comment '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' ,
|
||||
nation varchar(50) comment '<EFBFBD><EFBFBD><EFBFBD><EFBFBD>' ,
|
||||
province varchar(50) comment 'ʡ<EFBFBD><EFBFBD>' ,
|
||||
city varchar(50) comment '<EFBFBD>м<EFBFBD>' ,
|
||||
area_code varchar(50) not null comment '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' ,
|
||||
password_type int(2) not null comment '<EFBFBD><EFBFBD><EFBFBD><EFBFBD>У<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' ,
|
||||
real_account varchar(50) comment 'ʵ<EFBFBD><EFBFBD><EFBFBD>˺<EFBFBD>' ,
|
||||
pwd varchar(50) not null comment '<EFBFBD><EFBFBD><EFBFBD><EFBFBD>' ,
|
||||
check_status int(2) not null comment '<EFBFBD><EFBFBD>˰<EFBFBD><EFBFBD>֤״̬' ,
|
||||
fail_reason varchar(255) comment '<EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>֤ʧ<EFBFBD><EFBFBD>ԭ<EFBFBD><EFBFBD>'
|
||||
)
|
||||
;
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ create table hrsa_tax_agent_tax_return
|
|||
tenant_key varchar2(10),
|
||||
tax_agent_id number not null,
|
||||
tax_code varchar2(50) not null,
|
||||
tax_registration_number varchar2(50) not null,
|
||||
tax_registration_number varchar2(50) ,
|
||||
department_code varchar2(50),
|
||||
department_name varchar2(50),
|
||||
nation varchar2(50),
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ create table hrsa_tax_agent_tax_return
|
|||
tenant_key varchar(10),
|
||||
tax_agent_id bigint not null,
|
||||
tax_code varchar(50) not null,
|
||||
tax_registration_number varchar(50) not null,
|
||||
tax_registration_number varchar(50) ,
|
||||
department_code varchar(50),
|
||||
department_name varchar(50),
|
||||
nation varchar(50),
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ create table hrsa_tax_agent_tax_return
|
|||
tenant_key nvarchar(10),
|
||||
tax_agent_id bigint not null,
|
||||
tax_code nvarchar(50) not null,
|
||||
tax_registration_number nvarchar(50) not null,
|
||||
tax_registration_number nvarchar(50),
|
||||
department_code nvarchar(50),
|
||||
department_name nvarchar(50),
|
||||
nation nvarchar(50),
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ create table hrsa_tax_agent_tax_return
|
|||
tenant_key varchar2(10),
|
||||
tax_agent_id number not null,
|
||||
tax_code varchar2(50) not null,
|
||||
tax_registration_number varchar2(50) not null,
|
||||
tax_registration_number varchar2(50) ,
|
||||
department_code varchar2(50),
|
||||
department_name varchar2(50),
|
||||
nation varchar2(50),
|
||||
|
|
|
|||
Loading…
Reference in New Issue