fhx
2024-02-26 2aa9f94a5f86613c2b12b632beab5e2be37b6804
提交 | 用户 | age
3a4c6e 1 package com.hz.his.dto.sync;
Z 2
3 import lombok.Data;
4
5 /**
6  * @Author
7  */
8 @Data
9 public class SyncOrderDto {
10
11     /**领健订单id*/
12     private String orderId;
13 }