|
@@ -31,6 +31,9 @@ import java.util.List;
|
|
@Getter
|
|
@Getter
|
|
@Setter
|
|
@Setter
|
|
public class QyRecordInfoAddParam {
|
|
public class QyRecordInfoAddParam {
|
|
|
|
+ /** id */
|
|
|
|
+ @Schema(description = "id")
|
|
|
|
+ private String id;
|
|
|
|
|
|
/** 预录入台账编号 */
|
|
/** 预录入台账编号 */
|
|
@Schema(description = "预录入台账编号")
|
|
@Schema(description = "预录入台账编号")
|