loading

摘要: 1.清除npm缓存 npm cache clean -force 2.重新安装依赖 npm i xxx -g 3.更换镜像 npm confg set registry https://mirrors.huaweicloud.com/repository/npm/ --华为镜像 npm config 阅读全文
posted @ 2024-12-06 16:14 将进酒丶杯莫停 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 公共实体基类 /// <summary> /// 实体基类 /// </summary> public class BaseEntity<TKey> : IEntity<TKey>, ICreatedAudit, IUpdatedAudit, IDeletedAudit { /// <summary 阅读全文
posted @ 2024-12-06 14:18 将进酒丶杯莫停 阅读(12) 评论(0) 推荐(0) 编辑