摘要: 最近在写项目的时候遇到了一个问题,dto中某个字段需要根据entity中某些字段进行一些计算而来。举个栗子 class dtoA { public string A{get;set;} } class entityA { public string A{get;set;} } dtoA 和entit 阅读全文
posted @ 2024-01-05 08:51 韩泽瑞 阅读(142) 评论(0) 推荐(0)