Name | Description | Type | Additional information |
---|---|---|---|
LandDesc |
参与农户数和土地数 |
string |
None. |
GroupName |
组名 |
string |
None. |
MeterInfo |
流量计信息 |
string |
None. |
UserInfo |
水管理员信息 |
string |
None. |
ExpectWateringTimeLongInMin |
预计灌溉时长 |
decimal number |
None. |
AgentId |
运营商ID AgentId BigInt FK, NN |
integer |
None. |
UserCode |
用户代码 UserCode Int FK, NN |
integer |
None. |
AppointmentId |
预约ID TradeId Bigint PK |
integer |
None. |
SerialId |
流量计ID SerialId Bigint FK, NN |
integer |
None. |
AppointmentTime |
预约时间 AppointmentTime Char(12) NN YYYYMMDDHHMM,动作开始执行的时间 |
string |
None. |
AppointmentAction |
预约动作 AppointmentAction Char(1) NN ‘S’开始交易,‘E’结束交易 |
string |
None. |
TradeId |
原交易ID TradeId Bigint 当预约动作为‘E’时,此值必填;为’S‘时,预约动作执行后,此值由看守程序填上(注意,不能从缓存中取)。 |
integer |
None. |
LandGroupId |
组ID LandGroupId Bigint NN,FK |
integer |
None. |
TradeType |
交易类型 TradeType Char(1) 当预约动作为‘E’时,此值无意义;为“S” 时,此值表示交易类型,取值‘1’灌溉,‘2’泄洪,‘3’测试 |
string |
None. |
FlowLimit |
瞬时流量限定 FlowLimit Numeric(3,1) 立方米/秒 当预约动作为‘E‘时,此值无意义;当预约动作为“S”时,此值表示瞬时流量限定 |
decimal number |
None. |
CloseGateWhenEnding |
结束灌溉时关闸 Byte(1) 0x55表示同时关闸,0x11表示不关闸。 当预约动作为‘S‘时,此值无意义;当预约动作为“E”时,此值表示结束灌溉时关闸 |
byte |
None. |
ExpectWateringSpeed |
预计灌溉速度 ExpectWateringSpeed Numeric(6,2) 当预约动作为‘E‘时,此值无意义 |
decimal number |
None. |
TryTimes |
重次试数 TryTimes Tinyint NN 尝试执行的次数 |
byte |
None. |
NotifyModeWhenSuccess |
成功后的操作 NotifyModeWhenSuccess Char(1) NN 1-发送SMS短信通知,2-发送微信推送消息,3发送SMS短信通知和微信推送通知,0不执行任何动作。 |
string |
None. |
NotifyModeWhenFailed |
失败后的操作 NotifyModeWhenFailed Char(1) NN 1-发送SMS短信通知,2-发送微信推送消息,3发送SMS短信通知和微信推送通知,0不执行任何动作。 |
string |
None. |
OperTime |
发起时间 OperTime Char(14) NN YYYYMMDDHHMMSS |
string |
None. |
SysScanTime |
系统最后一次扫描时间 SysScanTime Char(14) |
string |
None. |
ActionResult |
动作执行结果 ActionResult Char(1) ‘S’成功,‘F’失败。 |
string |
None. |
LatestMessage |
最后的执行状态 LatestMessage Varchar(200) |
string |
None. |
GroupLeaderRequestId |
对应的组长请求记录的ID GroupLeaderRequestId Bigint 如果有对应的组长请求,此值表示组长请求的记录的ID。 |
integer |
None. |
ReplyForGroupRequest |
对组长请求记录的回复内容 ReplyForGroupRequest Varchar(50) 对组长请求记录的回复内容。 |
string |
None. |