From 1ea41a22eadfb3eef3d434bef7d2efff3bae331c Mon Sep 17 00:00:00 2001 From: ytfl <ytfl@qq.com> Date: 星期日, 15 六月 2025 17:18:27 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/entity/param/MatParam.java | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 54 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/param/MatParam.java b/src/main/java/com/zy/asrs/entity/param/MatParam.java index 9844976..6a25886 100644 --- a/src/main/java/com/zy/asrs/entity/param/MatParam.java +++ b/src/main/java/com/zy/asrs/entity/param/MatParam.java @@ -1,5 +1,7 @@ package com.zy.asrs.entity.param; +import com.baomidou.mybatisplus.annotations.TableField; +import io.swagger.annotations.ApiModelProperty; import lombok.Data; import java.io.Serializable; @@ -10,10 +12,50 @@ */ @Data public class MatParam implements Serializable { + + /** + * 澶囩敤1 + */ + @ApiModelProperty(value= "澶囩敤1") + private String standby1 = ""; + + /** + * 澶囩敤2 + */ + @ApiModelProperty(value= "澶囩敤2") + private String standby2 = ""; + + /** + * 澶囩敤3 + */ + @ApiModelProperty(value= "澶囩敤3") + private String standby3 = ""; + + /** + * 澶囩敤1 + */ + @ApiModelProperty(value= "澶囩敤1") + private String boxType1 = ""; + + /** + * 澶囩敤2 + */ + @ApiModelProperty(value= "澶囩敤2") + private String boxType2 = ""; + + /** + * 澶囩敤3 + */ + @ApiModelProperty(value= "澶囩敤3") + private String boxType3 = ""; /** * 鍟嗗搧缂栧彿 */ private double anfme; + /** + * 鍟嗗搧缂栧彿 + */ + private double anfme2; /** * 鍟嗗搧缂栧彿 */ @@ -192,5 +234,17 @@ * 澶囨敞 */ private String memo; + /** + * 澶囨敞 + */ + private Integer times = 0; + /** + * 鍗曟嵁鍗曞彿 + */ + private String orderNo; + /** + * tiaoma + */ + private String tiaoma; } -- Gitblit v1.9.1