eight
2025-03-31 88573c5ffdfeceb68f5b4d719109ad5734f5e56b
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;
}