公告板
版本库
活动
搜索
登录
在 java/zhihuishenqu.git 中 对比 个页面内查找提交 \"ad23714cfdf2f5e8e763e290880fd704c60361f0\"失败!
java
/
PlayPai
玩湃
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch '2.0' of http://120.76.84.145:10101/gitblit/r/java/PlayPai int...
puzhibing
2024-03-12
032f7c07e272dae9a857ed76b480dc391dc4073f
[java/PlayPai.git]
/
cloud-server-other
/
src
/
main
/
java
/
com
/
dsh
/
other
/
model
/
dto
/
siteDto
/
StoreInfoDto.java
1
2
3
4
5
6
7
8
package com.dsh.other.model.dto.siteDto;
import lombok.Data;
@Data
public class StoreInfoDto {
String info;
}