|
|
@@ -23,8 +23,13 @@ public class OidAboutInfo {
|
|
|
|
|
|
@Schema(description = "项目oid")
|
|
|
private String projectOid;
|
|
|
+
|
|
|
@Schema(description = "学校oid")
|
|
|
private String schoolOid;
|
|
|
+
|
|
|
@Schema(description = "商户oid")
|
|
|
private String shopOid;
|
|
|
+
|
|
|
+ @Schema(description = "如果错误,错误信息")
|
|
|
+ private String msg;
|
|
|
}
|