@Aiti
2017-07-25T01:50:14.000000Z
字数 227
阅读 116
未分类
视图模型中{get;set;}缺少set;
定义时 public int? Oid ,这样当Oid没有传参时,就可以是Null,而不是0。