|
|
@@ -44,31 +44,4 @@ public class ProjectSaveParam extends SuperParam {
|
|
|
@Schema(description = "管理员userId")
|
|
|
private List<String> managerUserIds = new ArrayList<>();
|
|
|
|
|
|
-
|
|
|
-// @Schema(description = "统一社会信用代码")
|
|
|
-// private String orgCode;
|
|
|
-
|
|
|
-// @Schema(description = "联系人邮箱")
|
|
|
-// private String contactEmail;
|
|
|
-
|
|
|
-// @Schema(description = "联系人-用来初始管理员")
|
|
|
-// private String contactName;
|
|
|
-//
|
|
|
-// @Schema(description = "联系人电话", required = false)
|
|
|
-// private String contactPhone;
|
|
|
-
|
|
|
-// @Schema(description = "logo")
|
|
|
-// private String logo;
|
|
|
-
|
|
|
-// @Schema(description = " 行政区划编码,01,02,03")
|
|
|
-// private String adminDivisionItemCode;
|
|
|
-//
|
|
|
-// @Schema(description = "地址")
|
|
|
-// private String address;
|
|
|
-//
|
|
|
-// @Schema(description = "经度")
|
|
|
-// private String mapLon;
|
|
|
-//
|
|
|
-// @Schema(description = "纬度")
|
|
|
-// private String mapLat;
|
|
|
}
|