|
|
|
@ -13,14 +13,12 @@ public class StaticPropUtil { |
|
|
|
|
|
|
|
public static String modelPath; |
|
|
|
|
|
|
|
public static Integer stationId; |
|
|
|
|
|
|
|
public static void initDingDingProp(StaticProperties dingProperties){ |
|
|
|
imgUrl = dingProperties.getImgUrl(); |
|
|
|
imgPath = dingProperties.getImgPath(); |
|
|
|
pythonPath = dingProperties.getPythonPath(); |
|
|
|
modelPath = dingProperties.getModelPath(); |
|
|
|
stationId = dingProperties.getStationId(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|