| | |
| | | */ |
| | | package com.vci.ubcs.code.entity; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.vci.ubcs.starter.revision.model.BaseModel; |
| | | import lombok.Data; |
| | |
| | | * |
| | | */ |
| | | @ApiModelProperty(value = "") |
| | | private Short precisionlength; |
| | | private Integer precisionlength; |
| | | /** |
| | | * |
| | | */ |
| | | @ApiModelProperty(value = "") |
| | | private Short scalelength; |
| | | private Integer scalelength; |
| | | /** |
| | | * |
| | | */ |
| | |
| | | * |
| | | */ |
| | | @ApiModelProperty(value = "") |
| | | @TableField("\"EXPLAIN\"") |
| | | private String explain; |
| | | /** |
| | | * |