xuhy
2025-01-16 2e97a0b58cc60cb076843b3a860732f71762cff7
DriverOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/TransactionDetails.java
@@ -23,6 +23,8 @@
     */
    @TableField("userId")
    private Integer userId;
    @TableField("code")
    private String code;
    /**
     * 添加时间
     */
@@ -68,6 +70,27 @@
     */
    @TableField("placeOrderWay")
    private Integer placeOrderWay;
    /**
     * 公司id
     */
    @TableField("companyId")
    private Integer companyId;
    public Integer getCompanyId() {
        return companyId;
    }
    public void setCompanyId(Integer companyId) {
        this.companyId = companyId;
    }
    public String getCode() {
        return code;
    }
    public void setCode(String code) {
        this.code = code;
    }
    public Integer getPlaceOrderWay() {
        return placeOrderWay;