webapi
- 服務(wù)器地址:http://dev.nbeport.com/aps/rest/
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; }