From e9895d000bf722b708af01b5d89af7c0f147d31d Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 23 十二月 2024 09:50:27 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java b/business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java index 644de14..ac5a053 100644 --- a/business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java +++ b/business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java @@ -121,6 +121,9 @@ @ApiModelProperty("鑱旂郴鏂瑰紡") private String contact; + @ApiModelProperty("浣跨敤鐘舵��") + private Integer usedStatus; + public static ProjectInfo getEntityByForm(@NonNull ProjectInfoForm form, ProjectInfo entity) { if(entity == null) { entity = new ProjectInfo(); -- Gitblit v1.8.0