init
parent
3a5eb85795
commit
fbd8561b79
|
|
@ -122,6 +122,11 @@ public class QualFilingPersonnelCertChangeAddCmd implements Serializable {
|
||||||
@ApiModelProperty(value = "专业能力编码")
|
@ApiModelProperty(value = "专业能力编码")
|
||||||
@Size(max = 64, message = "专业能力编码不能超过64个字符")
|
@Size(max = 64, message = "专业能力编码不能超过64个字符")
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
/**
|
||||||
|
* 专业能力ID
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "专业能力ID")
|
||||||
|
private Long professionalCapabilityId;
|
||||||
/**
|
/**
|
||||||
* 环境
|
* 环境
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,11 @@ public class QualFilingPersonnelCertChangeUpdateCmd implements Serializable {
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "专业能力编码")
|
@ApiModelProperty(value = "专业能力编码")
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
/**
|
||||||
|
* 专业能力ID
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "专业能力ID")
|
||||||
|
private Long professionalCapabilityId;
|
||||||
/**
|
/**
|
||||||
* 环境
|
* 环境
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,11 @@ public class QualFilingPersonnelCertChangeCo extends ClientObject {
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "专业能力编码")
|
@ApiModelProperty(value = "专业能力编码")
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
/**
|
||||||
|
* 专业能力ID
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "专业能力ID")
|
||||||
|
private Long professionalCapabilityId;
|
||||||
/**
|
/**
|
||||||
* 环境
|
* 环境
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,9 @@ public class OrgPersonnelCertCO {
|
||||||
@ApiModelProperty(value = "专业能力编码")
|
@ApiModelProperty(value = "专业能力编码")
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "专业能力ID")
|
||||||
|
private Long professionalCapabilityId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "租户ID")
|
@ApiModelProperty(value = "租户ID")
|
||||||
private Long tenantId;
|
private Long tenantId;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,9 @@ public class QualFilingPersonnelCertCO {
|
||||||
@ApiModelProperty(value = "专业能力编码")
|
@ApiModelProperty(value = "专业能力编码")
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "专业能力ID")
|
||||||
|
private Long professionalCapabilityId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "租户ID")
|
@ApiModelProperty(value = "租户ID")
|
||||||
private Long tenantId;
|
private Long tenantId;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,9 @@ public class OrgPersonnelCertAddCmd {
|
||||||
@Size(max = 64, message = "专业能力编码不能超过64个字符")
|
@Size(max = 64, message = "专业能力编码不能超过64个字符")
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "专业能力ID")
|
||||||
|
private Long professionalCapabilityId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "人员id")
|
@ApiModelProperty(value = "人员id")
|
||||||
private Long personnelId;
|
private Long personnelId;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -73,6 +73,9 @@ public class OrgPersonnelCertModifyCmd {
|
||||||
@Size(max = 64, message = "专业能力编码不能超过64个字符")
|
@Size(max = 64, message = "专业能力编码不能超过64个字符")
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "专业能力ID")
|
||||||
|
private Long professionalCapabilityId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "人员id")
|
@ApiModelProperty(value = "人员id")
|
||||||
private Long personnelId;
|
private Long personnelId;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,9 @@ public class QualFilingPersonnelCertAddCmd {
|
||||||
@ApiModelProperty(value = "专业能力编码")
|
@ApiModelProperty(value = "专业能力编码")
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "专业能力ID")
|
||||||
|
private Long professionalCapabilityId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "来源证件ID")
|
@ApiModelProperty(value = "来源证件ID")
|
||||||
private Long sourceCertId;
|
private Long sourceCertId;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,9 @@ public class QualFilingPersonnelCertModifyCmd {
|
||||||
@ApiModelProperty(value = "专业能力编码")
|
@ApiModelProperty(value = "专业能力编码")
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "专业能力ID")
|
||||||
|
private Long professionalCapabilityId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "租户id")
|
@ApiModelProperty(value = "租户id")
|
||||||
private Long tenantId;
|
private Long tenantId;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -94,6 +94,10 @@ public class QualFilingPersonnelCertChangeE extends BaseE {
|
||||||
* 专业能力编码
|
* 专业能力编码
|
||||||
*/
|
*/
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
/**
|
||||||
|
* 专业能力ID
|
||||||
|
*/
|
||||||
|
private Long professionalCapabilityId;
|
||||||
/**
|
/**
|
||||||
* 环境
|
* 环境
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,9 @@ public class OrgPersonnelCertEntity {
|
||||||
/** 专业能力编码 */
|
/** 专业能力编码 */
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
|
||||||
|
/** 专业能力ID */
|
||||||
|
private Long professionalCapabilityId;
|
||||||
|
|
||||||
/** 租户ID */
|
/** 租户ID */
|
||||||
private Long tenantId;
|
private Long tenantId;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,9 @@ public class QualFilingPersonnelCertEntity {
|
||||||
/** 专业能力编码 */
|
/** 专业能力编码 */
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
|
||||||
|
/** 专业能力ID */
|
||||||
|
private Long professionalCapabilityId;
|
||||||
|
|
||||||
/** 租户ID */
|
/** 租户ID */
|
||||||
private Long tenantId;
|
private Long tenantId;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ public class OrgPersonnelCertDO {
|
||||||
private String certAttachmentUrl;
|
private String certAttachmentUrl;
|
||||||
private String businessScope;
|
private String businessScope;
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
private Long professionalCapabilityId;
|
||||||
|
|
||||||
// ---- GBS默认字段 ----
|
// ---- GBS默认字段 ----
|
||||||
private String deleteEnum;
|
private String deleteEnum;
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ public class QualFilingPersonnelCertDO {
|
||||||
private Long sourceCertId;
|
private Long sourceCertId;
|
||||||
private String businessScope;
|
private String businessScope;
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
private Long professionalCapabilityId;
|
||||||
|
|
||||||
// ---- GBS默认字段 ----
|
// ---- GBS默认字段 ----
|
||||||
private String deleteEnum;
|
private String deleteEnum;
|
||||||
|
|
|
||||||
|
|
@ -102,6 +102,10 @@ public class QualFilingPersonnelCertChangeDO extends BaseDO {
|
||||||
* 专业能力编码
|
* 专业能力编码
|
||||||
*/
|
*/
|
||||||
private String professionalCapabilityCode;
|
private String professionalCapabilityCode;
|
||||||
|
/**
|
||||||
|
* 专业能力ID
|
||||||
|
*/
|
||||||
|
private Long professionalCapabilityId;
|
||||||
/**
|
/**
|
||||||
* 环境
|
* 环境
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
<result column="cert_attachment_url" property="certAttachmentUrl"/>
|
<result column="cert_attachment_url" property="certAttachmentUrl"/>
|
||||||
<result column="business_scope" property="businessScope"/>
|
<result column="business_scope" property="businessScope"/>
|
||||||
<result column="professional_capability_code" property="professionalCapabilityCode"/>
|
<result column="professional_capability_code" property="professionalCapabilityCode"/>
|
||||||
|
<result column="professional_capability_id" property="professionalCapabilityId"/>
|
||||||
<result column="delete_enum" property="deleteEnum"/>
|
<result column="delete_enum" property="deleteEnum"/>
|
||||||
<result column="remarks" property="remarks"/>
|
<result column="remarks" property="remarks"/>
|
||||||
<result column="create_name" property="createName"/>
|
<result column="create_name" property="createName"/>
|
||||||
|
|
@ -37,7 +38,7 @@
|
||||||
|
|
||||||
<!-- 通用查询结果列 -->
|
<!-- 通用查询结果列 -->
|
||||||
<sql id="Base_Column_List">
|
<sql id="Base_Column_List">
|
||||||
`id`, `org_id`, `personnel_id`, `cert_name`, `cert_type_code`, `cert_type_name`, `cert_category_code`, `cert_category_name`, `operation_category_code`, `operation_category_name`, `cert_no`, `issue_org`, `valid_start_date`, `valid_end_date`, `review_date`, `cert_attachment_url`, `business_scope`, `professional_capability_code`, `delete_enum`, `remarks`, `create_name`, `update_name`, `tenant_id`, `version`, `create_time`, `update_time`, `create_id`, `update_id`, `env`
|
`id`, `org_id`, `personnel_id`, `cert_name`, `cert_type_code`, `cert_type_name`, `cert_category_code`, `cert_category_name`, `operation_category_code`, `operation_category_name`, `cert_no`, `issue_org`, `valid_start_date`, `valid_end_date`, `review_date`, `cert_attachment_url`, `business_scope`, `professional_capability_code`, `professional_capability_id`, `delete_enum`, `remarks`, `create_name`, `update_name`, `tenant_id`, `version`, `create_time`, `update_time`, `create_id`, `update_id`, `env`
|
||||||
</sql>
|
</sql>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@
|
||||||
source_cert_id,
|
source_cert_id,
|
||||||
business_scope,
|
business_scope,
|
||||||
professional_capability_code,
|
professional_capability_code,
|
||||||
|
professional_capability_id,
|
||||||
delete_enum,
|
delete_enum,
|
||||||
remarks,
|
remarks,
|
||||||
create_name,
|
create_name,
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
<!-- 通用查询结果列 -->
|
<!-- 通用查询结果列 -->
|
||||||
<sql id="Base_Column_List">
|
<sql id="Base_Column_List">
|
||||||
`id`, `filing_id`, `filing_personnel_id`, `cert_name`, `cert_type_code`, `cert_type_name`, `cert_category_code`, `cert_category_name`, `operation_category_code`, `operation_category_name`, `cert_no`, `issue_org`, `valid_start_date`, `valid_end_date`, `review_date`, `cert_attachment_url`, `source_cert_id`, `business_scope`, `professional_capability_code`, `delete_enum`, `remarks`, `create_name`, `update_name`, `tenant_id`, `org_id`, `version`, `create_time`, `update_time`, `create_id`, `update_id`, `env`
|
`id`, `filing_id`, `filing_personnel_id`, `cert_name`, `cert_type_code`, `cert_type_name`, `cert_category_code`, `cert_category_name`, `operation_category_code`, `operation_category_name`, `cert_no`, `issue_org`, `valid_start_date`, `valid_end_date`, `review_date`, `cert_attachment_url`, `source_cert_id`, `business_scope`, `professional_capability_code`, `professional_capability_id`, `delete_enum`, `remarks`, `create_name`, `update_name`, `tenant_id`, `org_id`, `version`, `create_time`, `update_time`, `create_id`, `update_id`, `env`
|
||||||
</sql>
|
</sql>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue