cy
2022-11-18 08013d9f35bdfaa462916716f5c77b438af874fb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.integrated.zyyt.enetity.business;
 
import com.alibaba.fastjson.JSONObject;
import com.integrated.zyyt.enetity.StationInfo;
 
/**
 * @ClassName ZyytStationInfo
 * @Author cy
 * @Date 2022/11/16
 * @Description
 * @Version 1.0
 **/
public class ZyytStationInfo extends Zyyt<StationInfo> {
 
 
    public ZyytStationInfo(String authonUrl, String dataUrl, boolean eciphrtext, String client, String secret, String sourceSysKey, JSONObject params) {
        super(authonUrl, dataUrl, eciphrtext, client, secret, sourceSysKey, params);
    }
}