From 49ecdc73115d94e343cbe271c154fe32e8888c7d Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期四, 23 五月 2024 14:42:09 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/ApproveParam.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/ApproveParam.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/ApproveParam.java index fa3de7e..8147a87 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/ApproveParam.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/ApproveParam.java @@ -71,6 +71,15 @@ @ApiModelProperty(value = "瀹℃壒浜虹紪鐮侊紝澶氫釜鐢ㄨ嫳鏂囬�楀彿闅斿紑") @ExcelColumn(name="瀹℃壒浜虹紪鐮侊紝澶氫釜鐢ㄨ嫳鏂囬�楀彿闅斿紑") private String objIds; + @ApiModelProperty(value = "妯$増Id") + @ExcelColumn(name="妯$増Id") + private Integer templId; + @ApiModelProperty(value = "鏄惁鎸囧畾鍙告満椤� 0鍚� 1鏄�") + @ExcelColumn(name="鏄惁鎸囧畾鍙告満椤� 0鍚� 1鏄�") + private Integer driverParam; + @ApiModelProperty(value = "鏄惁淇敼鐩殑鍦� 0鍚� 1鏄�") + @ExcelColumn(name="鏄惁淇敼鐩殑鍦� 0鍚� 1鏄�") + private Integer addrParam; @ApiModelProperty(value = "瀹℃壒涓荤绛夌骇 0鐩存帴涓荤 1浜岀骇涓荤 2涓夌骇涓荤 4鍥涚骇涓荤", example = "1") @ExcelColumn(name="瀹℃壒涓荤绛夌骇 0鐩存帴涓荤 1浜岀骇涓荤 2涓夌骇涓荤 4鍥涚骇涓荤") -- Gitblit v1.9.3