5.13

心情记录部分代码
public class MoodRecord {
private String age;
private String beauty;
private String expression;
private String imageBase64;
private String mood;
private String date;

public MoodRecord(String age, String beauty, String expression, String imageBase64, String mood, String date) {
this.age = age;
this.beauty = beauty;
this.expression = expression;
this.imageBase64 = imageBase64;
this.mood = mood;
this.date = date;
}

public String getAge() {
return age;
}

public String getBeauty() {
return beauty;
}

public String getExpression() {
return expression;
}

public String getImageBase64() {
return imageBase64;
}

public String getMood() {
return mood;
}

public String getDate() {
return date;
}
}
posted @   涨涨涨张  阅读(2)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· 三行代码完成国际化适配,妙~啊~
· .NET Core 中如何实现缓存的预热?
· 如何调用 DeepSeek 的自然语言处理 API 接口并集成到在线客服系统
点击右上角即可分享
微信分享提示