|
|
|
@ -11,7 +11,8 @@ import java.util.Date;
|
|
|
|
|
@Data
|
|
|
|
|
@TableName(value = "inv_inner_order_print")
|
|
|
|
|
public class InvInnerOrderPrintEntity {
|
|
|
|
|
@TableId(value = "id", type = IdType.INPUT)
|
|
|
|
|
|
|
|
|
|
@TableId(value = "id", type = IdType.AUTO)
|
|
|
|
|
private Integer id;
|
|
|
|
|
|
|
|
|
|
@TableField(value = "orderIdFk")
|
|
|
|
|