refactor(credit): 移除行政许可模型中的无效注解
- 移除了 licenseContent 字段上的 TableField 注解 - 保留了许可内容字段的其他功能实现 - 清理了相关的元数据映射配置
This commit is contained in:
@@ -22,7 +22,6 @@ export interface CreditAdministrativeLicense {
|
|||||||
validityEnd?: string;
|
validityEnd?: string;
|
||||||
// 许可机关
|
// 许可机关
|
||||||
licensingAuthority?: string;
|
licensingAuthority?: string;
|
||||||
@TableField("License_content")
|
|
||||||
// 许可内容
|
// 许可内容
|
||||||
licenseContent?: string;
|
licenseContent?: string;
|
||||||
// 数据来源单位
|
// 数据来源单位
|
||||||
|
|||||||
Reference in New Issue
Block a user