liusheng
5 天以前 5ba25cb53dab2ef0f8052a93796ef67a8a2ee820
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;
}