CZT
2023-09-11 47a4c2a3ae850ed20e171446861c2e0d863bc4f6
优化仓房数据表结构
已修改2个文件
56 ■■■■ 文件已修改
src/main/java/com/fzzy/api/entity/Api1103.java 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fzzy/api/view/Api1103.view.xml 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fzzy/api/entity/Api1103.java
@@ -93,51 +93,51 @@
    @PropertyDef(label = "设计仓容" )
    @Column(name = "sjcr", precision = 20, scale = 6)
    private double sjcr;
    private Double sjcr;
    @PropertyDef(label = "仓外长" )
    @Column(name = "cwc", precision = 20, scale = 6)
    private double cwc;
    private Double cwc;
    @PropertyDef(label = "仓外宽" )
    @Column(name = "cwk", precision = 20, scale = 6)
    private double cwk;
    private Double cwk;
    @PropertyDef(label = "仓外檐高" )
    @Column(name = "cwyg", precision = 20, scale = 6)
    private double cwyg;
    private Double cwyg;
    @PropertyDef(label = "仓外顶高" )
    @Column(name = "cwdg", precision = 20, scale = 6)
    private double cwdg;
    private Double cwdg;
    @PropertyDef(label = "筒仓外径" )
    @Column(name = "tcwj", precision = 20, scale = 6)
    private double tcwj;
    private Double tcwj;
    @PropertyDef(label = "仓内长" )
    @Column(name = "cnc", precision = 20, scale = 6)
    private double cnc;
    private Double cnc;
    @PropertyDef(label = "仓内宽" )
    @Column(name = "cnk", precision = 20, scale = 6)
    private double cnk;
    private Double cnk;
    @PropertyDef(label = "仓内檐高" )
    @Column(name = "cnyg", precision = 20, scale = 6)
    private double cnyg;
    private Double cnyg;
    @PropertyDef(label = "仓内装粮线高" )
    @Column(name = "cnzlxg", precision = 20, scale = 6)
    private double cnzlxg;
    private Double cnzlxg;
    @PropertyDef(label = "筒仓内径" )
    @Column(name = "tcnj", precision = 20, scale = 6)
    private double tcnj;
    private Double tcnj;
    @PropertyDef(label = "仓内体积" )
    @Column(name = "cntj", precision = 20, scale = 6)
    private double cntj;
    private Double cntj;
    @PropertyDef(label = "仓门数量" )
    @Column(name = "cmsl")
@@ -149,11 +149,11 @@
    @PropertyDef(label = "仓门高度" )
    @Column(name = "cmgd", precision = 20, scale = 6)
    private double cmgd;
    private Double cmgd;
    @PropertyDef(label = "仓门宽度" )
    @Column(name = "cmkd", precision = 20, scale = 6)
    private double cmkd;
    private Double cmkd;
    @PropertyDef(label = "挡粮门型式" )
    @Column(name = "dlmxs", length = 2)
src/main/java/com/fzzy/api/view/Api1103.view.xml
@@ -87,51 +87,51 @@
        </Property>
      </PropertyDef>
      <PropertyDef name="sjcr">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">设计仓容</Property>
      </PropertyDef>
      <PropertyDef name="cwc">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">仓外长</Property>
      </PropertyDef>
      <PropertyDef name="cwk">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">仓外宽</Property>
      </PropertyDef>
      <PropertyDef name="cwyg">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">仓外檐高</Property>
      </PropertyDef>
      <PropertyDef name="cwdg">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">仓外顶高</Property>
      </PropertyDef>
      <PropertyDef name="tcwj">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">筒仓外径</Property>
      </PropertyDef>
      <PropertyDef name="cnc">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">仓内长</Property>
      </PropertyDef>
      <PropertyDef name="cnk">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">仓内宽</Property>
      </PropertyDef>
      <PropertyDef name="cnyg">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">仓内檐高</Property>
      </PropertyDef>
      <PropertyDef name="cnzlxg">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">仓内装粮线高</Property>
      </PropertyDef>
      <PropertyDef name="tcnj">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">筒仓内径</Property>
      </PropertyDef>
      <PropertyDef name="cntj">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">仓内体积</Property>
      </PropertyDef>
      <PropertyDef name="cmsl">
@@ -143,11 +143,11 @@
        <Property name="label">仓门位置</Property>
      </PropertyDef>
      <PropertyDef name="cmgd">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">仓门高度</Property>
      </PropertyDef>
      <PropertyDef name="cmkd">
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
        <Property name="label">仓门宽度</Property>
      </PropertyDef>
      <PropertyDef name="dlmxs">