| | |
| | | |
| | | import lombok.Data; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.cloud.context.config.annotation.RefreshScope; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @Data |
| | | @Component |
| | | @RefreshScope |
| | | public class CustomParameter { |
| | | |
| | | |
| | |
| | | @Value("${integral.cash.data:key_jfdkxjpz}") |
| | | private String integralCashKey; |
| | | |
| | | /** 订单折扣算法(OrderItemConstants) */ |
| | | @Value("${order.discount.algorithm:0}") |
| | | private Integer discountAlgorithm; |
| | | |
| | | public CustomParameter() { |
| | | |
| | | } |
| | | |
| | | public String getAesFixedKey() { |
| | | return aesFixedKey; |
| | | } |
| | | |
| | | public void setAesFixedKey(String aesFixedKey) { |
| | | this.aesFixedKey = aesFixedKey; |
| | | } |
| | | |
| | | public String getUrl() { |
| | | return url; |
| | | } |
| | | |
| | | public void setUrl(String url) { |
| | | this.url = url; |
| | | } |
| | | |
| | | public String getAppId() { |
| | | return appId; |
| | | } |
| | | |
| | | public void setAppId(String appId) { |
| | | this.appId = appId; |
| | | } |
| | | |
| | | public String getPublicKey() { |
| | | return publicKey; |
| | | } |
| | | |
| | | public void setPublicKey(String publicKey) { |
| | | this.publicKey = publicKey; |
| | | } |
| | | |
| | | public String getPrivatekey() { |
| | | return privatekey; |
| | | } |
| | | |
| | | public void setPrivatekey(String privatekey) { |
| | | this.privatekey = privatekey; |
| | | } |
| | | |
| | | public String getAppIdCode() { |
| | | return appIdCode; |
| | | } |
| | | |
| | | public void setAppIdCode(String appIdCode) { |
| | | this.appIdCode = appIdCode; |
| | | } |
| | | |
| | | public String getPlatformPattern() { |
| | | return platformPattern; |
| | | } |
| | | |
| | | public void setPlatformPattern(String platformPattern) { |
| | | this.platformPattern = platformPattern; |
| | | } |
| | | |
| | | public String getPlatformPatternMoney() { |
| | | return platformPatternMoney; |
| | | } |
| | | |
| | | public void setPlatformPatternMoney(String platformPatternMoney) { |
| | | this.platformPatternMoney = platformPatternMoney; |
| | | } |
| | | |
| | | public String getAppointmentUrl() { |
| | | return appointmentUrl; |
| | | } |
| | | |
| | | public void setAppointmentUrl(String appointmentUrl) { |
| | | this.appointmentUrl = appointmentUrl; |
| | | } |
| | | |
| | | public String getWarehouseUrl() { |
| | | return warehouseUrl; |
| | | } |
| | | |
| | | public void setWarehouseUrl(String warehouseUrl) { |
| | | this.warehouseUrl = warehouseUrl; |
| | | } |
| | | |
| | | public String getDefaultPayMethodCode() { |
| | | return defaultPayMethodCode; |
| | | } |
| | | |
| | | public void setDefaultPayMethodCode(String defaultPayMethodCode) { |
| | | this.defaultPayMethodCode = defaultPayMethodCode; |
| | | } |
| | | |
| | | public String getDefaultPayMethodId() { |
| | | return defaultPayMethodId; |
| | | } |
| | | |
| | | public void setDefaultPayMethodId(String defaultPayMethodId) { |
| | | this.defaultPayMethodId = defaultPayMethodId; |
| | | } |
| | | |
| | | public String getCorpAppId() { |
| | | return corpAppId; |
| | | } |
| | | |
| | | public void setCorpAppId(String corpAppId) { |
| | | this.corpAppId = corpAppId; |
| | | } |
| | | |
| | | public Integer getCorpAgentId() { |
| | | return corpAgentId; |
| | | } |
| | | |
| | | public void setCorpAgentId(Integer corpAgentId) { |
| | | this.corpAgentId = corpAgentId; |
| | | } |
| | | |
| | | public String getCorpSecret() { |
| | | return corpSecret; |
| | | } |
| | | |
| | | public void setCorpSecret(String corpSecret) { |
| | | this.corpSecret = corpSecret; |
| | | } |
| | | |
| | | public String getCorpMpSecret() { |
| | | return corpMpSecret; |
| | | } |
| | | |
| | | public void setCorpMpSecret(String corpMpSecret) { |
| | | this.corpMpSecret = corpMpSecret; |
| | | } |
| | | |
| | | public String getCorpMpAppId() { |
| | | return corpMpAppId; |
| | | } |
| | | |
| | | public void setCorpMpAppId(String corpMpAppId) { |
| | | this.corpMpAppId = corpMpAppId; |
| | | } |
| | | |
| | | public String getCommonBaseUrl() { |
| | | return commonBaseUrl; |
| | | } |
| | | |
| | | public void setCommonBaseUrl(String commonBaseUrl) { |
| | | this.commonBaseUrl = commonBaseUrl; |
| | | } |
| | | |
| | | public String getCrmMpAppId() { |
| | | return crmMpAppId; |
| | | } |
| | | |
| | | public void setCrmMpAppId(String crmMpAppId) { |
| | | this.crmMpAppId = crmMpAppId; |
| | | } |
| | | |
| | | public String getDoctorRoleCode() { |
| | | return doctorRoleCode; |
| | | } |
| | | |
| | | public void setDoctorRoleCode(String doctorRoleCode) { |
| | | this.doctorRoleCode = doctorRoleCode; |
| | | } |
| | | |
| | | public String getEmpId() { |
| | | return empId; |
| | | } |
| | | |
| | | public void setEmpId(String empId) { |
| | | this.empId = empId; |
| | | } |
| | | |
| | | public String getGzhAppid() { |
| | | return gzhAppid; |
| | | } |
| | | |
| | | public void setGzhAppid(String gzhAppid) { |
| | | this.gzhAppid = gzhAppid; |
| | | } |
| | | |
| | | public String getIntegralCashKey() { |
| | | return integralCashKey; |
| | | } |
| | | |
| | | public void setIntegralCashKey(String integralCashKey) { |
| | | this.integralCashKey = integralCashKey; |
| | | } |
| | | } |