公告板
版本库
filestore
活动
搜索
登录
刘润玉
/
pipIrr-SV
派生自
pipIrr-SV
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
接入中间件代码整理后
liurunyu
2023-11-20
fb31efc4c1efee99164dc83f6f67f1f609d1ba40
[~liurunyu/pipIrr-SV.git]
/
pipIrr-platform
/
pipIrr-common
/
src
/
main
/
java
/
com
/
dy
/
common
/
mw
/
protocol
/
rtuStatus
/
StCommandResult.java
1
2
3
4
5
6
7
8
9
10
package com.dy.common.mw.protocol.rtuStatus;
public class StCommandResult extends RtuStatuz {
private static final long serialVersionUID = 201606281038002L;
public Boolean isSuccess ;
public Boolean fail2Success ;
}