package com.hz.his.dto.sync; import lombok.Data; /** * @Author */ @Data public class SyncOrderDto { /**领å¥è®¢å•id*/ private String orderId; }