jiazx0107@163.com
2023-11-04 43ce77a85d8297a53dc25430fff10ead57296167
igds-core/src/main/java/com/ld/igds/models/DepotBookStore.java
@@ -3,8 +3,6 @@
import com.alibaba.fastjson.annotation.JSONField;
import com.bstek.dorado.annotation.PropertyDef;
import lombok.Data;
import org.springframework.stereotype.Component;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
@@ -16,6 +14,8 @@
 * @Author: YYC
 * @Description:账面库存
 * @DateTime: 2023/10/20 14:07
 *
 * 按仓库进行统计,每个月低统计一次(因上海市账面库存接口为按货位统计)
 **/
@Data
@Entity
@@ -34,9 +34,13 @@
    @PropertyDef(label = "组织编码")
    private String companyId;
    @Column(name = "kqdm", length = 21)
    @Column(name = "DEPT_ID_", length = 20)
    @PropertyDef(label = "库区代码")
    private String kqdm;
    private String deptId;
    @Column(name = "DEPOT_ID_", length = 30)
    @PropertyDef(label = "仓库编码")
    private String depotId;
    @Column(name = "lspzdm", length = 7)
    @PropertyDef(label = "粮食品种代码")
@@ -74,10 +78,6 @@
    @JSONField(format = "yyyy-MM-dd")
    @PropertyDef(label = "业务日期")
    private Date ywrq;
    @Column(name = "czbz", length = 1)
    @PropertyDef(label = "操作标志")
    private String czbz;
    @Column(name = "zhgxsj")
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")