Businese.BillLeaveDAL.GetChangedListCount
| Name | Type | Description |
|---|---|---|
| State | Nullable<LeaveState> | 状态 |
{
"jsonrpc": "2.0",
"method": "Businese.BillLeaveDAL.GetChangedListCount",
"params": {
"State" : 0 /*状态 [Nullable<LeaveState>]*/
},
"id": 1,
"tags": {
"usertoken": "",
"sessionid": ""
}
}
{
"jsonrpc": "2.0",
"result": 1,
"error": null,
"id": 1
}