首页>代码>ssm(spring+spring mvc+mybatis)高仿小米电子商城项目实例>/gaofang-MilletMall/src/com/shop/common/OsResult.java
package com.shop.common; public class OsResult extends BaseResult { private static final long serialVersionUID = 1L; public OsResult(ReturnCode returnCode) { super(returnCode.getCode(), returnCode.getMessage()); } public OsResult(ReturnCode returnCode, Object data) { super(returnCode.getCode(), returnCode.getMessage(), data); } public OsResult(Integer code, String message) { super(code, message); } }
最近下载更多
微信网友_7134912998903808 LV9
9月11日
sweetlove LV20
7月13日
799743530 LV11
7月8日
玖零定制问题修复 LV34
4月4日
微信网友_6699076084797440 LV7
2023年11月2日
gecongkai LV8
2023年6月22日
95959595959 LV13
2023年4月11日
sharkness123 LV8
2023年3月30日
秋枫花落叶 LV2
2022年10月27日
liuxiao2 LV16
2022年10月11日