webapi
1.公司管理
获取List
url:http://dev.nbeport.com/aps/rest/Event/List获取Model
url:http://dev.nbeport.com/aps/rest/Event/Get/{id}-
保存Post
url:http://dev.nbeport.com/aps/rest/Event/Post- 传入Aps_Event,其中 RowStatus:0新增,1修改;
- 返回Aps_Event
删除delete
url:http://dev.nbeport.com/aps/rest/Event/delete/{id}
-
Aps_Event类
public string ID { get; set; } public string EVENT_TYPE { get; set; } public Nullable<DateTime> EVENT_TIME { get; set; } public string EVENT_CONTENT { get; set; } public string CREATE_USER { get; set; } public Nullable<DateTime> CREATE_TIME { get; set; }