| | |
| | | package com.ruoyi.purchase.pojo; |
| | | |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.framework.aspectj.lang.annotation.Excel; |
| | |
| | | /** |
| | | * 采购订单产品id |
| | | */ |
| | | private Long saleLedgerProductId; |
| | | private Long salesLedgerProductId; |
| | | |
| | | /** |
| | | * 供应商id |
| | |
| | | /** |
| | | * 登记人 |
| | | */ |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long registrantId; |
| | | |
| | | // 租户id |
| | |
| | | */ |
| | | @TableField(fill = FieldFill.INSERT_UPDATE) |
| | | private Date updateTime; |
| | | @Schema(description = "创建用户") |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Integer createUser; |
| | | |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long deptId; |
| | | |
| | | } |