From 3e2bf349d1b9989d4b129917fbee98efad7001a9 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 21 一月 2025 03:56:41 +0800 Subject: [PATCH] 赋码定时任务,解析时间兼容之前配置的整数天 --- business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java | 5 ++++- 1 files changed, 4 insertions(+), 1 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 ac5a053..a817517 100644 --- a/business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java +++ b/business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java @@ -113,7 +113,7 @@ private String latitude; @ApiModelProperty("椤圭洰涓氫富鍗曚綅") - private String projectOwnerUnit; + private Long projectOwnerUnit; @ApiModelProperty("椤圭洰鑱旂郴浜�") private String projectContactPerson; @@ -124,6 +124,9 @@ @ApiModelProperty("浣跨敤鐘舵��") private Integer usedStatus; + @ApiModelProperty("璧嬬爜") + private String coding; + public static ProjectInfo getEntityByForm(@NonNull ProjectInfoForm form, ProjectInfo entity) { if(entity == null) { entity = new ProjectInfo(); -- Gitblit v1.8.0