Commit 79257eae by 高晓磊

销售记录同步表添加字段

parent 77729e2c
......@@ -72,6 +72,33 @@
<property name="tareWeight" type="big_decimal" not-null="false">
<column name="tare_weight" precision="12" scale="4"></column>
</property>
<property name="grossWeightTime" type="timestamp" not-null="false">
<column name="gross_weight_time"></column>
</property>
<property name="tareWeightTime" type="timestamp" not-null="false">
<column name="tare_weight_time"></column>
</property>
<property name="saleType" type="int" not-null="false">
<column name="sale_type">
<comment>销售类型 0 临时销售计划 1销售计划 2 散客</comment>
</column>
</property>
<property name="transportType" type="int" not-null="false">
<column name="transport_type">
<comment>运输类型 0自提 1配送 2散客</comment>
</column>
</property>
<property name="grossWeightPerson" type="nstring" not-null="false">
<column name="gross_weight_person">
<comment>毛重司磅员</comment>
</column>
</property>
<property name="tareWeightPerson" type="nstring" not-null="false">
<column name="tare_weight_person">
<comment>皮重司磅员</comment>
</column>
</property>
<property name="price" type="big_decimal" not-null="false">
<column name="price" precision="12" scale="2"></column>
</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment