公告板
版本库
filestore
活动
搜索
登录
陈家和
/
phis-service-feign
PHIS微服务(平台)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/chenjiahe-咨询记录(未成交)' into master-test
chenjiahe
2024-05-30
d0ea714534513f0d8344f673eb6e0e202588b22f
[~chenjiahe/phis-service-feign.git]
/
phis-feign
/
src
/
main
/
java
/
com
/
hz
/
his
/
dto
/
consultation
/
ConsultAppearancePlanVo.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.hz.his.dto.consultation;
import lombok.Data;
/**
* 咨询记录dto-颜值规划
* @author CJH
*/
@Data
public class ConsultAppearancePlanVo {
/**颜值规划详情*/
private String details;
}