czt
2024-06-28 4603da77459b23291191b52a35c5c8ccb9ac60e3
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1202.java
@@ -4,7 +4,6 @@
import com.bstek.dorado.annotation.PropertyDef;
import lombok.Data;
import lombok.EqualsAndHashCode;
import javax.persistence.Column;
import java.io.Serializable;
import java.util.Date;
@@ -27,6 +26,9 @@
    @PropertyDef(label = "货位代码")
    private String hwdm;
    @PropertyDef(label = "统一货位编码" )
    private String tyhwbm;
    @PropertyDef(label = "业务类型", description = "2:入库(默认)")
    private String ywlx = "2";
@@ -171,7 +173,6 @@
    private String klyy;
    @PropertyDef(label = "现场扣量(公斤)")
    @Column(name = "xckl")
    private Double xckl;
    @PropertyDef(label = "增扣价(公斤)")