公告板
版本库
filestore
活动
搜索
登录
温居城
/
HDLPhotovoltaicDebugAPP
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2025-04-28 14:51:52
wjc
2025-04-28
a3d9e72e6e4f7ad6778e89bc05f2fe656e36dab7
[~wjc/HDLPhotovoltaicDebugAPP.git]
/
wheelview
/
src
/
main
/
java
/
com
/
contrarywind
/
interfaces
/
IPickerViewData.java
1
2
3
4
5
6
7
8
package
com
.
contrarywind
.
interfaces
;
/**
* Created by Sai on 2016/7/13.
*/
public
interface
IPickerViewData
{
String
getPickerViewText
();
}