eight
2024-12-10 d79ae49f7d1a52ac65c1cbc395fad04cc6f2d6ea
1
2
3
4
5
6
7
8
9
package cn.lihu.jh.module.ecg.feign;
 
import lombok.Data;
 
@Data
public class RestApiReqBodyVo {
    String sfzh;
    String mzzyh;
}