|
|
@@ -16,128 +16,120 @@ public class ViewShipSel extends BaseEntity {
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
|
- @Data
|
|
|
- @TableName("zcrm_view_ship_sel")
|
|
|
- public class ZcrmViewShipSel extends BaseEntity {
|
|
|
+ @JsonProperty("Org_ID")
|
|
|
+ @TableField("Org_ID")
|
|
|
+ private Long orgId;
|
|
|
|
|
|
- private static final long serialVersionUID = 1L;
|
|
|
+ @JsonProperty("Org_Code")
|
|
|
+ @TableField("Org_Code")
|
|
|
+ private String orgCode;
|
|
|
|
|
|
- @JsonProperty("Org_ID")
|
|
|
- @TableField("Org_ID")
|
|
|
- private Long orgId;
|
|
|
+ @JsonProperty("Org_Name")
|
|
|
+ @TableField("Org_Name")
|
|
|
+ private String orgName;
|
|
|
|
|
|
- @JsonProperty("Org_Code")
|
|
|
- @TableField("Org_Code")
|
|
|
- private String orgCode;
|
|
|
+ @JsonProperty("DocType_ID")
|
|
|
+ @TableField("DocType_ID")
|
|
|
+ private Long docTypeId;
|
|
|
|
|
|
- @JsonProperty("Org_Name")
|
|
|
- @TableField("Org_Name")
|
|
|
- private String orgName;
|
|
|
+ @JsonProperty("DocType_Code")
|
|
|
+ @TableField("DocType_Code")
|
|
|
+ private String docTypeCode;
|
|
|
|
|
|
- @JsonProperty("DocType_ID")
|
|
|
- @TableField("DocType_ID")
|
|
|
- private Long docTypeId;
|
|
|
+ @JsonProperty("DocType_Name")
|
|
|
+ @TableField("DocType_Name")
|
|
|
+ private String docTypeName;
|
|
|
|
|
|
- @JsonProperty("DocType_Code")
|
|
|
- @TableField("DocType_Code")
|
|
|
- private String docTypeCode;
|
|
|
+ @JsonProperty("DocNo")
|
|
|
+ @TableField("DocNo")
|
|
|
+ private String docNo;
|
|
|
|
|
|
- @JsonProperty("DocType_Name")
|
|
|
- @TableField("DocType_Name")
|
|
|
- private String docTypeName;
|
|
|
+ @JsonProperty("BusinessDate")
|
|
|
+ @TableField("BusinessDate")
|
|
|
+ private LocalDateTime businessDate;
|
|
|
|
|
|
- @JsonProperty("DocNo")
|
|
|
- @TableField("DocNo")
|
|
|
- private String docNo;
|
|
|
+ @JsonProperty("Status")
|
|
|
+ @TableField("Status")
|
|
|
+ private Integer status;
|
|
|
|
|
|
- @JsonProperty("BusinessDate")
|
|
|
- @TableField("BusinessDate")
|
|
|
- private LocalDateTime businessDate;
|
|
|
+ @JsonProperty("Customer_ID")
|
|
|
+ @TableField("Customer_ID")
|
|
|
+ private Long customerId;
|
|
|
|
|
|
- @JsonProperty("Status")
|
|
|
- @TableField("Status")
|
|
|
- private Integer status;
|
|
|
+ @JsonProperty("Customer_Code")
|
|
|
+ @TableField("Customer_Code")
|
|
|
+ private String customerCode;
|
|
|
|
|
|
- @JsonProperty("Customer_ID")
|
|
|
- @TableField("Customer_ID")
|
|
|
- private Long customerId;
|
|
|
+ @JsonProperty("Customer_Name")
|
|
|
+ @TableField("Customer_Name")
|
|
|
+ private String customerName;
|
|
|
|
|
|
- @JsonProperty("Customer_Code")
|
|
|
- @TableField("Customer_Code")
|
|
|
- private String customerCode;
|
|
|
+ @JsonProperty("Item_ID")
|
|
|
+ @TableField("Item_ID")
|
|
|
+ private Long itemId;
|
|
|
|
|
|
- @JsonProperty("Customer_Name")
|
|
|
- @TableField("Customer_Name")
|
|
|
- private String customerName;
|
|
|
+ @JsonProperty("Item_Code")
|
|
|
+ @TableField("Item_Code")
|
|
|
+ private String itemCode;
|
|
|
|
|
|
- @JsonProperty("Item_ID")
|
|
|
- @TableField("Item_ID")
|
|
|
- private Long itemId;
|
|
|
+ @JsonProperty("Item_Name")
|
|
|
+ @TableField("Item_Name")
|
|
|
+ private String itemName;
|
|
|
|
|
|
- @JsonProperty("Item_Code")
|
|
|
- @TableField("Item_Code")
|
|
|
- private String itemCode;
|
|
|
+ @JsonProperty("SPECS")
|
|
|
+ @TableField("SPECS")
|
|
|
+ private String specs;
|
|
|
|
|
|
- @JsonProperty("Item_Name")
|
|
|
- @TableField("Item_Name")
|
|
|
- private String itemName;
|
|
|
+ @JsonProperty("Qty")
|
|
|
+ @TableField("Qty")
|
|
|
+ private BigDecimal qty;
|
|
|
|
|
|
- @JsonProperty("SPECS")
|
|
|
- @TableField("SPECS")
|
|
|
- private String specs;
|
|
|
+ @JsonProperty("OrderPrice")
|
|
|
+ @TableField("OrderPrice")
|
|
|
+ private BigDecimal orderPrice;
|
|
|
|
|
|
- @JsonProperty("Qty")
|
|
|
- @TableField("Qty")
|
|
|
- private BigDecimal qty;
|
|
|
+ @JsonProperty("FinallyPrice")
|
|
|
+ @TableField("FinallyPrice")
|
|
|
+ private BigDecimal finallyPrice;
|
|
|
|
|
|
- @JsonProperty("OrderPrice")
|
|
|
- @TableField("OrderPrice")
|
|
|
- private BigDecimal orderPrice;
|
|
|
+ @JsonProperty("TotalMoneyTC")
|
|
|
+ @TableField("TotalMoneyTC")
|
|
|
+ private BigDecimal totalMoneyTc;
|
|
|
|
|
|
- @JsonProperty("FinallyPrice")
|
|
|
- @TableField("FinallyPrice")
|
|
|
- private BigDecimal finallyPrice;
|
|
|
+ @JsonProperty("TotalNetMoneyTC")
|
|
|
+ @TableField("TotalNetMoneyTC")
|
|
|
+ private BigDecimal totalNetMoneyTc;
|
|
|
|
|
|
- @JsonProperty("TotalMoneyTC")
|
|
|
- @TableField("TotalMoneyTC")
|
|
|
- private BigDecimal totalMoneyTc;
|
|
|
+ @JsonProperty("TotalTaxTC")
|
|
|
+ @TableField("TotalTaxTC")
|
|
|
+ private BigDecimal totalTaxTc;
|
|
|
|
|
|
- @JsonProperty("TotalNetMoneyTC")
|
|
|
- @TableField("TotalNetMoneyTC")
|
|
|
- private BigDecimal totalNetMoneyTc;
|
|
|
+ @JsonProperty("WH_ID")
|
|
|
+ @TableField("WH_ID")
|
|
|
+ private Long whId;
|
|
|
|
|
|
- @JsonProperty("TotalTaxTC")
|
|
|
- @TableField("TotalTaxTC")
|
|
|
- private BigDecimal totalTaxTc;
|
|
|
+ @JsonProperty("WH_Code")
|
|
|
+ @TableField("WH_Code")
|
|
|
+ private String whCode;
|
|
|
|
|
|
- @JsonProperty("WH_ID")
|
|
|
- @TableField("WH_ID")
|
|
|
- private Long whId;
|
|
|
+ @JsonProperty("WH_Name")
|
|
|
+ @TableField("WH_Name")
|
|
|
+ private String whName;
|
|
|
|
|
|
- @JsonProperty("WH_Code")
|
|
|
- @TableField("WH_Code")
|
|
|
- private String whCode;
|
|
|
+ @JsonProperty("LineStatus")
|
|
|
+ @TableField("LineStatus")
|
|
|
+ private Integer lineStatus;
|
|
|
|
|
|
- @JsonProperty("WH_Name")
|
|
|
- @TableField("WH_Name")
|
|
|
- private String whName;
|
|
|
+ @JsonProperty("SoDocNo")
|
|
|
+ @TableField("SoDocNo")
|
|
|
+ private String soDocNo;
|
|
|
|
|
|
- @JsonProperty("LineStatus")
|
|
|
- @TableField("LineStatus")
|
|
|
- private Integer lineStatus;
|
|
|
+ @JsonProperty("SoDocLineNo")
|
|
|
+ @TableField("SoDocLineNo")
|
|
|
+ private Integer soDocLineNo;
|
|
|
|
|
|
- @JsonProperty("SoDocNo")
|
|
|
- @TableField("SoDocNo")
|
|
|
- private String soDocNo;
|
|
|
-
|
|
|
- @JsonProperty("SoDocLineNo")
|
|
|
- @TableField("SoDocLineNo")
|
|
|
- private Integer soDocLineNo;
|
|
|
-
|
|
|
- @JsonProperty("ShipAddress")
|
|
|
- @TableField("ShipAddress")
|
|
|
- private String shipAddress;
|
|
|
-
|
|
|
- }
|
|
|
+ @JsonProperty("ShipAddress")
|
|
|
+ @TableField("ShipAddress")
|
|
|
+ private String shipAddress;
|
|
|
}
|
|
|
|