From 517b1e08824bb54abccaed92980bc0cf298d2030 Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期日, 07 四月 2024 15:25:35 +0800 Subject: [PATCH] 提交一把 --- server/service/src/main/java/com/doumee/dao/business/model/CompanySolution.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/server/service/src/main/java/com/doumee/dao/business/model/CompanySolution.java b/server/service/src/main/java/com/doumee/dao/business/model/CompanySolution.java index 28ae473..173a079 100644 --- a/server/service/src/main/java/com/doumee/dao/business/model/CompanySolution.java +++ b/server/service/src/main/java/com/doumee/dao/business/model/CompanySolution.java @@ -79,6 +79,10 @@ @ApiModelProperty(value = "鏂规鍚嶇О" ) @TableField(exist = false) private String solutionName ; + + @ApiModelProperty(value = "绫诲瀷 0鐩翠繚 1濮旀墭鎶曚繚", example = "1") + @TableField(exist = false) + private Integer solutionType; @ApiModelProperty(value = "濮旀墭鍟嗘埛鍚嶇О" ) @TableField(exist = false) private String shopName ; -- Gitblit v1.9.3