| ¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.doumee.biz.zbom.model.crm; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonProperty; |
| | | import com.google.gson.annotations.SerializedName; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | | |
| | | public class CRMConstants { |
| | | |
| | | public static final CharSequence CODE_SUCCESS = "1"; |
| | | public interface IntegerUrl{ |
| | | String POST_CUS_DATA_URL ="/api/public/zbom/postCusData"; |
| | | String CUS_BEFORE_PAGE_LIST_URL ="api/public/mini/program/cusOrBeforeList"; |
| | | String DAOGOU_BIND_LIST_URL ="api/public/mini/program/list"; |
| | | String GO_CRM_AUTH_URL ="oauth/authorize/jump"; |
| | | |
| | | } |
| | | public interface IntegerName{ |
| | | String POST_CUS_DATA_NAME ="çèµæ°æ®æäº¤"; |
| | | String CUS_BEFORE_PAGE_LIST_NAME ="æ¥è¯¢ç®¡ç客æ·/æ½å®¢å表"; |
| | | String DAOGOU_BIND_LIST_NAME ="æ¥è¯¢å®¢æ·å¯¼è´"; |
| | | } |
| | | |
| | | public interface CRM_SOURCE{ |
| | | String SOURCE_DKXD = "DKXD";// 代客ä¸å(DKXD) |
| | | String SOURCE_LYSJ = "LYSJ";// é¶å
设计(LYSJ) |
| | | String SOURCE_ZBSJSQ = "ZBSJSQ";// å¿é¦è®¾è®¡ç³è¯·(ZBSJSQ) |
| | | String SOURCE_ZBDXFX = "ZBDXFX";// å¿é¦çä¿¡å享(ZBDXFX) |
| | | String SOURCE_ZBLLJL = "ZBLLJL";// å¿é¦æµè§è®°å½å享(ZBLLJL) |
| | | String SOURCE_ZBWDSC = "ZBWDSC";// å¿é¦æçæ¶èå享(ZBWDSC) |
| | | String SOURCE_ZBLYSJ = "ZBLYSJ";// å¿é¦é¶å
设计(ZBLYSJ) |
| | | String SOURCE_ZBLDX = "ZBLDX";// å¿é¦è带æ°(ZBLDX) |
| | | String SOURCE_ZBFGCS = "ZBFGCS";// å¿é¦é£æ ¼æµè¯(ZBFGCS) |
| | | String SOURCE_ZBJX = "DSLX22";// å¿é¦å®¶é(ZBJX) |
| | | String SOURCE_MP01 = "MP01";// é¶å
设计 |
| | | String SOURCE_MP02 = "MP02";//æ¥ä»·è®¡ç®å¨ |
| | | } |
| | | |
| | | |
| | | } |