Commit 1a34c7d6 by zhangxingmin

更新客户端用户表数据

parent ae29fd20
...@@ -70,4 +70,9 @@ public class ApiSysProjectAddRequest { ...@@ -70,4 +70,9 @@ public class ApiSysProjectAddRequest {
* 项目访问地址 * 项目访问地址
*/ */
private String projectUrl; private String projectUrl;
/**
* 项目类型(PC、客户端)
*/
private String projectType;
} }
...@@ -83,4 +83,9 @@ public class ApiSysProjectEditRequest { ...@@ -83,4 +83,9 @@ public class ApiSysProjectEditRequest {
* 项目访问地址 * 项目访问地址
*/ */
private String projectUrl; private String projectUrl;
/**
* 项目类型(PC、客户端)
*/
private String projectType;
} }
...@@ -108,4 +108,9 @@ public class ApiSysProjectDetailResponse { ...@@ -108,4 +108,9 @@ public class ApiSysProjectDetailResponse {
* 更新时间 * 更新时间
*/ */
private LocalDateTime updateTime; private LocalDateTime updateTime;
/**
* 项目类型(PC、客户端)
*/
private String projectType;
} }
...@@ -70,4 +70,8 @@ public class ApiSysProjectPageResponse { ...@@ -70,4 +70,8 @@ public class ApiSysProjectPageResponse {
*/ */
private LocalDateTime createTime; private LocalDateTime createTime;
/**
* 项目类型(PC、客户端)
*/
private String projectType;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment