中扬CRM客户关系管理系统
#
LSH
2023-12-04 4e3a145c822e37f3fa1af0f6ed7f78148fa9003f
src/main/java/com/zy/crm/system/entity/AppVersion.java
@@ -1,5 +1,6 @@
package com.zy.crm.system.entity;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableName;
import com.baomidou.mybatisplus.enums.IdType;
@@ -42,6 +43,26 @@
    @ApiModelProperty(value= "app类型 0: pda  1: lcd  ")
    private Integer type;
    /**
     * app路径
     */
    @ApiModelProperty(value= "appurl")
    private String url;
    /**
     * app路径
     */
    @ApiModelProperty(value= "appSize")
    @TableField("file_size")
    private Long fileSize;
    /**
     * app路径
     */
    @ApiModelProperty(value= "userName")
    @TableField("user_name")
    private String userName;
    public AppVersion() {}
    public AppVersion(String version, String path, Integer latest, Integer type) {