公告板
版本库
filestore
活动
搜索
登录
main
/
pipIrr-SV
元谋二期后端软件系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
pipIrr-global.iml
liurunyu
2023-12-01
c65b4c8e4edafaa22f8269d1a117096f19cc5328
[pipIrr-SV.git]
/
pipIrr-platform
/
pipIrr-mw
/
pipIrr-mwTest-client
/
src
/
main
/
java
/
com
/
dy
/
testClient
/
httpCl
/
UpDataPayloadVo.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.dy.testClient.httpCl;
public class UpDataPayloadVo {
public String APPdata ;
public String getAPPdata() {
return APPdata;
}
public void setAPPdata(String aPPdata) {
APPdata = aPPdata;
}
}