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