feat(osi): 优化人群分类查询接口(T-209)

This commit is contained in:
ila
2026-07-09 20:38:27 +08:00
parent ca16f61263
commit 561cd839e7
10 changed files with 108 additions and 16 deletions
+2
View File
@@ -21,6 +21,8 @@ type FindRqbjQuery struct {
type PersonSignResult struct {
PersonSign string `json:"personSign"`
IDCard string `json:"idCard"`
PHRID string `json:"phrId"`
}
func (c *Client) CreateHealthRecord(ctx context.Context, req contract.HealthRecordCreate) (contract.HealthRecordSaveResult, Result, error) {