公告板
版本库
filestore
活动
搜索
登录
刘润玉
/
pipIrr-SV
派生自
pipIrr-SV
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交了才能重新拉
wuzeyu
2023-11-27
ac34819ca4dadb4dfc14215c31f76db6e3defdd1
[~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 ;
}