3
؀h                 @   s.   d dl m Z  d dlmZ G dd dejZdS )    )datetime)dbc               @   s>   e Zd ZdZejejdddZdddZdd	 Z	d
d Z
dS )BatchfileCodeZbatchfile_codes   T)primary_keyNc             C   s
   || _ d S )N)batchfile_code)selfr    r	   //booking_service/app/database/batchfile_code.py__init__   s    zBatchfileCode.__init__c             C   s
   d| j  S )Nz<BatchfileCode %r>)r   )r   r	   r	   r
   __repr__   s    zBatchfileCode.__repr__c             C   s
   d| j iS )Nr   )r   )r   r	   r	   r
   return_json   s    zBatchfileCode.return_json)N)__name__
__module____qualname____tablename__r   ColumnStringr   r   r   r   r	   r	   r	   r
   r      s
   
r   N)r   routesr   Modelr   r	   r	   r	   r
   <module>   s   