Merge branch 'master-prod-new' into master-test
| | |
| | | private String userId; |
| | | /**卡包标识*/ |
| | | private String cardBagId; |
| | | /**是否不查询取消的卡包:1不查看取消的卡包*/ |
| | | private Integer selectNoCancel; |
| | | /**卡包有效状态*/ |
| | | private Integer effectiveStatus; |
| | | /**操作员工标识*/ |
| | |
| | | private String opShopId; |
| | | private String opShopName; |
| | | private String opRoleId; |
| | | private String opRoleName; |
| | | private String opRoleTypeId; |
| | | private String opRoleStr; |
| | | |
| | |
| | | /** |
| | | * mot扫码到访 |
| | | */ |
| | | @FeignClient(name="phi-platform-service",contextId = "phis-visit-order") |
| | | @FeignClient(name="phi-platform-service",path = "/phip",contextId = "phis-visit-order") |
| | | public interface SVisitOrderService { |
| | | /** |
| | | * mot扫码到访 |