From 8ce7c720e4e7a604b0ff770349b5556f39d37759 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期一, 13 九月 2021 11:44:38 +0800 Subject: [PATCH] 好省呗应用兼容 --- fanli/src/main/java/com/yeshi/fanli/entity/config/ConstantConfig.java | 86 +++++++++++++++++++++--------------------- 1 files changed, 43 insertions(+), 43 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/config/ConstantConfig.java b/fanli/src/main/java/com/yeshi/fanli/entity/config/ConstantConfig.java index c23ecbe..8d88b88 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/config/ConstantConfig.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/config/ConstantConfig.java @@ -1,43 +1,43 @@ -package com.yeshi.fanli.entity.config; - -import org.yeshi.utils.annotation.Map; - -/** - * 甯歌閰嶇疆 - * - * @author Administrator - * - */ -public class ConstantConfig { - @Map("test") - private String test; - @Map("task") - private String task; - @Map("outnetwork") - private String outNetWork; - - public String getTest() { - return test; - } - - public void setTest(String test) { - this.test = test; - } - - public String getTask() { - return task; - } - - public void setTask(String task) { - this.task = task; - } - - public String getOutNetWork() { - return outNetWork; - } - - public void setOutNetWork(String outNetWork) { - this.outNetWork = outNetWork; - } - -} +package com.yeshi.fanli.entity.config; + +import org.yeshi.utils.annotation.Map; + +/** + * 甯歌閰嶇疆 + * + * @author Administrator + * + */ +public class ConstantConfig { + @Map("test") + private String test; + @Map("task") + private String task; + @Map("outnetwork") + private String outNetWork; + + public String getTest() { + return test; + } + + public void setTest(String test) { + this.test = test; + } + + public String getTask() { + return task; + } + + public void setTask(String task) { + this.task = task; + } + + public String getOutNetWork() { + return outNetWork; + } + + public void setOutNetWork(String outNetWork) { + this.outNetWork = outNetWork; + } + +} -- Gitblit v1.8.0