eight
2024-10-23 eec1528a3c4f10c6096cbeadf2a7ef9104e8ec4b
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;
}