Commit 8e2726d7 authored by eddie.woo's avatar eddie.woo

add

parent 202d1425
package pwc.taxtech.atms.dao;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import pwc.taxtech.atms.MyMapper;
import pwc.taxtech.atms.entitiy.InputInvoiceAdditional;
import pwc.taxtech.atms.entitiy.InputInvoiceAdditionalExample;
@Mapper
public interface InputInvoiceAdditionalMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
long countByExample(InputInvoiceAdditionalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
int deleteByExample(InputInvoiceAdditionalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
int deleteByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
int insert(InputInvoiceAdditional record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
int insertSelective(InputInvoiceAdditional record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
List<InputInvoiceAdditional> selectByExampleWithRowbounds(InputInvoiceAdditionalExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
List<InputInvoiceAdditional> selectByExample(InputInvoiceAdditionalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
InputInvoiceAdditional selectByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
int updateByExampleSelective(@Param("record") InputInvoiceAdditional record, @Param("example") InputInvoiceAdditionalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
int updateByExample(@Param("record") InputInvoiceAdditional record, @Param("example") InputInvoiceAdditionalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
int updateByPrimaryKeySelective(InputInvoiceAdditional record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
int updateByPrimaryKey(InputInvoiceAdditional record);
}
\ No newline at end of file
package pwc.taxtech.atms.dao;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import pwc.taxtech.atms.MyMapper;
import pwc.taxtech.atms.entitiy.InputInvoiceFile;
import pwc.taxtech.atms.entitiy.InputInvoiceFileExample;
@Mapper
public interface InputInvoiceFileMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
long countByExample(InputInvoiceFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
int deleteByExample(InputInvoiceFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
int deleteByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
int insert(InputInvoiceFile record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
int insertSelective(InputInvoiceFile record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
List<InputInvoiceFile> selectByExampleWithRowbounds(InputInvoiceFileExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
List<InputInvoiceFile> selectByExample(InputInvoiceFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
InputInvoiceFile selectByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
int updateByExampleSelective(@Param("record") InputInvoiceFile record, @Param("example") InputInvoiceFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
int updateByExample(@Param("record") InputInvoiceFile record, @Param("example") InputInvoiceFileExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
int updateByPrimaryKeySelective(InputInvoiceFile record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
int updateByPrimaryKey(InputInvoiceFile record);
}
\ No newline at end of file
package pwc.taxtech.atms.dao;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import pwc.taxtech.atms.MyMapper;
import pwc.taxtech.atms.entitiy.InputInvoiceItem;
import pwc.taxtech.atms.entitiy.InputInvoiceItemExample;
@Mapper
public interface InputInvoiceItemMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item
*
* @mbg.generated
*/
long countByExample(InputInvoiceItemExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item
*
* @mbg.generated
*/
int deleteByExample(InputInvoiceItemExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item
*
* @mbg.generated
*/
int deleteByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item
*
* @mbg.generated
*/
int insert(InputInvoiceItem record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item
*
* @mbg.generated
*/
int insertSelective(InputInvoiceItem record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item
*
* @mbg.generated
*/
List<InputInvoiceItem> selectByExampleWithRowbounds(InputInvoiceItemExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item
*
* @mbg.generated
*/
List<InputInvoiceItem> selectByExample(InputInvoiceItemExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item
*
* @mbg.generated
*/
InputInvoiceItem selectByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item
*
* @mbg.generated
*/
int updateByExampleSelective(@Param("record") InputInvoiceItem record, @Param("example") InputInvoiceItemExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item
*
* @mbg.generated
*/
int updateByExample(@Param("record") InputInvoiceItem record, @Param("example") InputInvoiceItemExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item
*
* @mbg.generated
*/
int updateByPrimaryKeySelective(InputInvoiceItem record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item
*
* @mbg.generated
*/
int updateByPrimaryKey(InputInvoiceItem record);
}
\ No newline at end of file
package pwc.taxtech.atms.dao;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import pwc.taxtech.atms.MyMapper;
import pwc.taxtech.atms.entitiy.InputInvoiceItemOriginal;
import pwc.taxtech.atms.entitiy.InputInvoiceItemOriginalExample;
@Mapper
public interface InputInvoiceItemOriginalMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item_original
*
* @mbg.generated
*/
long countByExample(InputInvoiceItemOriginalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item_original
*
* @mbg.generated
*/
int deleteByExample(InputInvoiceItemOriginalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item_original
*
* @mbg.generated
*/
int deleteByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item_original
*
* @mbg.generated
*/
int insert(InputInvoiceItemOriginal record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item_original
*
* @mbg.generated
*/
int insertSelective(InputInvoiceItemOriginal record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item_original
*
* @mbg.generated
*/
List<InputInvoiceItemOriginal> selectByExampleWithRowbounds(InputInvoiceItemOriginalExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item_original
*
* @mbg.generated
*/
List<InputInvoiceItemOriginal> selectByExample(InputInvoiceItemOriginalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item_original
*
* @mbg.generated
*/
InputInvoiceItemOriginal selectByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item_original
*
* @mbg.generated
*/
int updateByExampleSelective(@Param("record") InputInvoiceItemOriginal record, @Param("example") InputInvoiceItemOriginalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item_original
*
* @mbg.generated
*/
int updateByExample(@Param("record") InputInvoiceItemOriginal record, @Param("example") InputInvoiceItemOriginalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item_original
*
* @mbg.generated
*/
int updateByPrimaryKeySelective(InputInvoiceItemOriginal record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_item_original
*
* @mbg.generated
*/
int updateByPrimaryKey(InputInvoiceItemOriginal record);
}
\ No newline at end of file
package pwc.taxtech.atms.dao;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import pwc.taxtech.atms.MyMapper;
import pwc.taxtech.atms.entitiy.InputInvoiceNotReceived;
import pwc.taxtech.atms.entitiy.InputInvoiceNotReceivedExample;
@Mapper
public interface InputInvoiceNotReceivedMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_not_received
*
* @mbg.generated
*/
long countByExample(InputInvoiceNotReceivedExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_not_received
*
* @mbg.generated
*/
int deleteByExample(InputInvoiceNotReceivedExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_not_received
*
* @mbg.generated
*/
int deleteByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_not_received
*
* @mbg.generated
*/
int insert(InputInvoiceNotReceived record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_not_received
*
* @mbg.generated
*/
int insertSelective(InputInvoiceNotReceived record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_not_received
*
* @mbg.generated
*/
List<InputInvoiceNotReceived> selectByExampleWithRowbounds(InputInvoiceNotReceivedExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_not_received
*
* @mbg.generated
*/
List<InputInvoiceNotReceived> selectByExample(InputInvoiceNotReceivedExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_not_received
*
* @mbg.generated
*/
InputInvoiceNotReceived selectByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_not_received
*
* @mbg.generated
*/
int updateByExampleSelective(@Param("record") InputInvoiceNotReceived record, @Param("example") InputInvoiceNotReceivedExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_not_received
*
* @mbg.generated
*/
int updateByExample(@Param("record") InputInvoiceNotReceived record, @Param("example") InputInvoiceNotReceivedExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_not_received
*
* @mbg.generated
*/
int updateByPrimaryKeySelective(InputInvoiceNotReceived record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_not_received
*
* @mbg.generated
*/
int updateByPrimaryKey(InputInvoiceNotReceived record);
}
\ No newline at end of file
package pwc.taxtech.atms.dao;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import pwc.taxtech.atms.MyMapper;
import pwc.taxtech.atms.entitiy.InputInvoiceOriginal;
import pwc.taxtech.atms.entitiy.InputInvoiceOriginalExample;
@Mapper
public interface InputInvoiceOriginalMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_original
*
* @mbg.generated
*/
long countByExample(InputInvoiceOriginalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_original
*
* @mbg.generated
*/
int deleteByExample(InputInvoiceOriginalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_original
*
* @mbg.generated
*/
int deleteByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_original
*
* @mbg.generated
*/
int insert(InputInvoiceOriginal record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_original
*
* @mbg.generated
*/
int insertSelective(InputInvoiceOriginal record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_original
*
* @mbg.generated
*/
List<InputInvoiceOriginal> selectByExampleWithRowbounds(InputInvoiceOriginalExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_original
*
* @mbg.generated
*/
List<InputInvoiceOriginal> selectByExample(InputInvoiceOriginalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_original
*
* @mbg.generated
*/
InputInvoiceOriginal selectByPrimaryKey(Long id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_original
*
* @mbg.generated
*/
int updateByExampleSelective(@Param("record") InputInvoiceOriginal record, @Param("example") InputInvoiceOriginalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_original
*
* @mbg.generated
*/
int updateByExample(@Param("record") InputInvoiceOriginal record, @Param("example") InputInvoiceOriginalExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_original
*
* @mbg.generated
*/
int updateByPrimaryKeySelective(InputInvoiceOriginal record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_original
*
* @mbg.generated
*/
int updateByPrimaryKey(InputInvoiceOriginal record);
}
\ No newline at end of file
package pwc.taxtech.atms.entitiy;
import java.io.Serializable;
/**
*
* This class was generated by MyBatis Generator.
* This class corresponds to the database table input_invoice_additional
*
* @mbg.generated do_not_delete_during_merge
*/
public class InputInvoiceAdditional extends BaseEntity implements Serializable {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_invoice_additional.id
*
* @mbg.generated
*/
private Long id;
/**
* Database Column Remarks:
* 类型
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_invoice_additional.type
*
* @mbg.generated
*/
private Integer type;
/**
* Database Column Remarks:
* 关联发票ID
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_invoice_additional.input_invoice_id
*
* @mbg.generated
*/
private Long inputInvoiceId;
/**
* Database Column Remarks:
* 备注
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_invoice_additional.remark
*
* @mbg.generated
*/
private String remark;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
private static final long serialVersionUID = 1L;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_invoice_additional.id
*
* @return the value of input_invoice_additional.id
*
* @mbg.generated
*/
public Long getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_invoice_additional.id
*
* @param id the value for input_invoice_additional.id
*
* @mbg.generated
*/
public void setId(Long id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_invoice_additional.type
*
* @return the value of input_invoice_additional.type
*
* @mbg.generated
*/
public Integer getType() {
return type;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_invoice_additional.type
*
* @param type the value for input_invoice_additional.type
*
* @mbg.generated
*/
public void setType(Integer type) {
this.type = type;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_invoice_additional.input_invoice_id
*
* @return the value of input_invoice_additional.input_invoice_id
*
* @mbg.generated
*/
public Long getInputInvoiceId() {
return inputInvoiceId;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_invoice_additional.input_invoice_id
*
* @param inputInvoiceId the value for input_invoice_additional.input_invoice_id
*
* @mbg.generated
*/
public void setInputInvoiceId(Long inputInvoiceId) {
this.inputInvoiceId = inputInvoiceId;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_invoice_additional.remark
*
* @return the value of input_invoice_additional.remark
*
* @mbg.generated
*/
public String getRemark() {
return remark;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_invoice_additional.remark
*
* @param remark the value for input_invoice_additional.remark
*
* @mbg.generated
*/
public void setRemark(String remark) {
this.remark = remark == null ? null : remark.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_additional
*
* @mbg.generated
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append(getClass().getSimpleName());
sb.append(" [");
sb.append("Hash = ").append(hashCode());
sb.append(", id=").append(id);
sb.append(", type=").append(type);
sb.append(", inputInvoiceId=").append(inputInvoiceId);
sb.append(", remark=").append(remark);
sb.append("]");
return sb.toString();
}
}
\ No newline at end of file
package pwc.taxtech.atms.entitiy;
import java.io.Serializable;
/**
*
* This class was generated by MyBatis Generator.
* This class corresponds to the database table input_invoice_file
*
* @mbg.generated do_not_delete_during_merge
*/
public class InputInvoiceFile extends BaseEntity implements Serializable {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_invoice_file.id
*
* @mbg.generated
*/
private Long id;
/**
* Database Column Remarks:
* 文件路径
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_invoice_file.file_path
*
* @mbg.generated
*/
private String filePath;
/**
* Database Column Remarks:
* PDF文件路径
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_invoice_file.pdf_file_path
*
* @mbg.generated
*/
private String pdfFilePath;
/**
* Database Column Remarks:
* 文件名称
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_invoice_file.file_name
*
* @mbg.generated
*/
private String fileName;
/**
* Database Column Remarks:
* 原始文件名称
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_invoice_file.original_file_name
*
* @mbg.generated
*/
private String originalFileName;
/**
* Database Column Remarks:
* DMS文件路径
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_invoice_file.dms_file_path
*
* @mbg.generated
*/
private String dmsFilePath;
/**
* Database Column Remarks:
* 文件后缀名
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column input_invoice_file.file_extension
*
* @mbg.generated
*/
private String fileExtension;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
private static final long serialVersionUID = 1L;
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_invoice_file.id
*
* @return the value of input_invoice_file.id
*
* @mbg.generated
*/
public Long getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_invoice_file.id
*
* @param id the value for input_invoice_file.id
*
* @mbg.generated
*/
public void setId(Long id) {
this.id = id;
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_invoice_file.file_path
*
* @return the value of input_invoice_file.file_path
*
* @mbg.generated
*/
public String getFilePath() {
return filePath;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_invoice_file.file_path
*
* @param filePath the value for input_invoice_file.file_path
*
* @mbg.generated
*/
public void setFilePath(String filePath) {
this.filePath = filePath == null ? null : filePath.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_invoice_file.pdf_file_path
*
* @return the value of input_invoice_file.pdf_file_path
*
* @mbg.generated
*/
public String getPdfFilePath() {
return pdfFilePath;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_invoice_file.pdf_file_path
*
* @param pdfFilePath the value for input_invoice_file.pdf_file_path
*
* @mbg.generated
*/
public void setPdfFilePath(String pdfFilePath) {
this.pdfFilePath = pdfFilePath == null ? null : pdfFilePath.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_invoice_file.file_name
*
* @return the value of input_invoice_file.file_name
*
* @mbg.generated
*/
public String getFileName() {
return fileName;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_invoice_file.file_name
*
* @param fileName the value for input_invoice_file.file_name
*
* @mbg.generated
*/
public void setFileName(String fileName) {
this.fileName = fileName == null ? null : fileName.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_invoice_file.original_file_name
*
* @return the value of input_invoice_file.original_file_name
*
* @mbg.generated
*/
public String getOriginalFileName() {
return originalFileName;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_invoice_file.original_file_name
*
* @param originalFileName the value for input_invoice_file.original_file_name
*
* @mbg.generated
*/
public void setOriginalFileName(String originalFileName) {
this.originalFileName = originalFileName == null ? null : originalFileName.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_invoice_file.dms_file_path
*
* @return the value of input_invoice_file.dms_file_path
*
* @mbg.generated
*/
public String getDmsFilePath() {
return dmsFilePath;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_invoice_file.dms_file_path
*
* @param dmsFilePath the value for input_invoice_file.dms_file_path
*
* @mbg.generated
*/
public void setDmsFilePath(String dmsFilePath) {
this.dmsFilePath = dmsFilePath == null ? null : dmsFilePath.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column input_invoice_file.file_extension
*
* @return the value of input_invoice_file.file_extension
*
* @mbg.generated
*/
public String getFileExtension() {
return fileExtension;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column input_invoice_file.file_extension
*
* @param fileExtension the value for input_invoice_file.file_extension
*
* @mbg.generated
*/
public void setFileExtension(String fileExtension) {
this.fileExtension = fileExtension == null ? null : fileExtension.trim();
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table input_invoice_file
*
* @mbg.generated
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append(getClass().getSimpleName());
sb.append(" [");
sb.append("Hash = ").append(hashCode());
sb.append(", id=").append(id);
sb.append(", filePath=").append(filePath);
sb.append(", pdfFilePath=").append(pdfFilePath);
sb.append(", fileName=").append(fileName);
sb.append(", originalFileName=").append(originalFileName);
sb.append(", dmsFilePath=").append(dmsFilePath);
sb.append(", fileExtension=").append(fileExtension);
sb.append("]");
return sb.toString();
}
}
\ No newline at end of file
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