package com.ld.igds.three.param; import lombok.Data; /** * 通用参数封装 * @author chen */ @Data public class ThreeCommonParam { /** * 唯一标识 */ private String uid; }