[关闭]
@Aiti 2017-07-25T01:50:14.000000Z 字数 227 阅读 116

智慧工地后台常见错误

未分类

1、The 'ObjectContent`1' type failed to serialize the response body for content type 'application/xml; charset=utf-8'.

2、不能支持类型.vModeul作为get-only

视图模型中{get;set;}缺少set;

3、int类型不能为Null,只能为0;

定义时 public int? Oid ,这样当Oid没有传参时,就可以是Null,而不是0。

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注