From 0d15a761181fded7a6512e4146e5156725fde1f7 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期六, 19 十一月 2022 09:00:00 +0800 Subject: [PATCH] # --- src/main/java/com/zy/crm/manager/entity/Plan.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/zy/crm/manager/entity/Plan.java b/src/main/java/com/zy/crm/manager/entity/Plan.java index f73dec4..355652f 100644 --- a/src/main/java/com/zy/crm/manager/entity/Plan.java +++ b/src/main/java/com/zy/crm/manager/entity/Plan.java @@ -113,6 +113,12 @@ private Integer beItem; /** + * 琛ㄥ崟鍐呭 + */ + @ApiModelProperty(value= "琛ㄥ崟鍐呭") + private String form; + + /** * 瑙勫垝鍛� */ @ApiModelProperty(value= "瑙勫垝鍛�") @@ -125,12 +131,6 @@ @TableField("finish_time") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") private Date finishTime; - - /** - * 琛ㄥ崟鍐呭 - */ - @ApiModelProperty(value= "琛ㄥ崟鍐呭") - private String form; /** * 鏇存敼鏂规 1: 鏄� 0: 鍚� -- Gitblit v1.9.1