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