copier
copier copied to clipboard
模拟代码分层的时候,多个模型转换的需求场景,存在不好用的问题。
如图

type S1 struct {
Uid string `copier:"BiddingProjectId"`
}