liusheng
7 天以前 9104573730e4d34625cd4a671cc42ded9ebb37af
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;
}