[INDEX] glossary
⚙️ 表示設定
種類:
ナビ:

CSVを1行目をヘッダーとして読み込み、2行目以降のデータを処理します

単純名
readCSV
完全修飾名
com.example.sms.infrastructure.Pattern2ReadCSVUtil#readCSV(Class,MultipartFile,String)
種類
メソッド

CSVデータからInventoryオブジェクトのリストに変換

単純名
convertFromCsv
完全修飾名
com.example.sms.service.inventory.InventoryService#convertFromCsv(List)
種類
メソッド

CSVデータをPurchaseOrderListに変換

単純名
convert
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#convert(List)
種類
メソッド

CSVデータをSalesOrderListに変換

単純名
convert
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#convert(List)
種類
メソッド

CSVファイルアップロード

単純名
uploadCsvFile
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#uploadCsvFile(MultipartFile)
種類
メソッド

CSVファイルアップロード

単純名
uploadCsvFile
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#uploadCsvFile(MultipartFile)
種類
メソッド

CSVファイルアップロードバリデーション

単純名
validateErrors
完全修飾名
com.example.sms.service.inventory.InventoryService#validateErrors(List)
種類
メソッド

CSVファイルアップロードバリデーション

単純名
validateErrors
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#validateErrors(List)
種類
メソッド

CSVファイルアップロードバリデーション

単純名
validateErrors
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#validateErrors(List)
種類
メソッド

CSV変換

単純名
convert
完全修飾名
com.example.sms.service.system.download.DownloadService#convert(DownloadCriteria)
種類
メソッド

CustomEntityからドメインモデルに変換

単純名
toModel
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toModel(InventoryCustomEntity)
種類
メソッド

CustomEntityからドメインモデルに変換

単純名
toModel
完全修飾名
com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toModel(PurchaseOrderCustomEntity)
種類
メソッド

CustomEntityからドメインモデルに変換

単純名
toModel
完全修飾名
com.example.sms.infrastructure.datasource.procurement.payment.PurchasePaymentEntityMapper#toModel(PurchasePaymentCustomEntity)
種類
メソッド

CustomEntityからドメインモデルに変換

単純名
toModel
完全修飾名
com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toModel(PurchaseCustomEntity)
種類
メソッド

CustomEntityから在庫データキーに変換

単純名
toKey
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toKey(InventoryCustomEntity)
種類
メソッド

CustomEntityから自動生成エンティティに変換

単純名
toEntity
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toEntity(InventoryCustomEntity)
種類
メソッド

CustomEntityのListからドメインモデルのListに変換

単純名
toModelList
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toModelList(List)
種類
メソッド

CustomEntityのListからドメインモデルのListに変換

単純名
toModelList
完全修飾名
com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toModelList(List)
種類
メソッド

CustomEntityのListからドメインモデルのListに変換

単純名
toModelList
完全修飾名
com.example.sms.infrastructure.datasource.procurement.payment.PurchasePaymentEntityMapper#toModelList(List)
種類
メソッド

CustomEntityのListからドメインモデルのListに変換

単純名
toModelList
完全修飾名
com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toModelList(List)
種類
メソッド

CustomEntityのListから自動生成エンティティのListに変換

単純名
toEntityList
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toEntityList(List)
種類
メソッド

FAX番号

単純名
FaxNumber
完全修飾名
com.example.sms.domain.type.phone.FaxNumber
種類
クラス

Helper class for DTO mappers in the presentation layer.

単純名
ResourceDTOMapperHelper
完全修飾名
com.example.sms.presentation.ResourceDTOMapperHelper
種類
クラス
Contains common utility methods used by various ResourceDTOMapper classes.

ID

単純名
id
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionHistory#id
種類
フィールド

Inventory エンティティを InventoryResource に変換

単純名
convertToResource
完全修飾名
com.example.sms.presentation.api.inventory.InventoryResourceDTOMapper#convertToResource(Inventory)
種類
メソッド

Inventory エンティティをリソースにマッピングするメソッド

単純名
from
完全修飾名
com.example.sms.presentation.api.inventory.InventoryResource#from(Inventory)
種類
メソッド

InventoryCriteriaResource を InventoryCriteria に変換

単純名
convertToCriteria
完全修飾名
com.example.sms.presentation.api.inventory.InventoryResourceDTOMapper#convertToCriteria(InventoryCriteriaResource)
種類
メソッド

InventoryResource を Inventory エンティティに変換

単純名
convertToEntity
完全修飾名
com.example.sms.presentation.api.inventory.InventoryResourceDTOMapper#convertToEntity(InventoryResource)
種類
メソッド

Invoice エンティティを InvoiceResource に変換

単純名
convertToResource
完全修飾名
com.example.sms.presentation.api.sales.invoice.InvoiceResourceDTOMapper#convertToResource(Invoice)
種類
メソッド

Invoice エンティティをリソースにマッピングするメソッド

単純名
from
完全修飾名
com.example.sms.presentation.api.sales.invoice.InvoiceResource#from(Invoice)
種類
メソッド

InvoiceCriteriaResource を InvoiceCriteria に変換

単純名
convertToCriteria
完全修飾名
com.example.sms.presentation.api.sales.invoice.InvoiceResourceDTOMapper#convertToCriteria(InvoiceCriteriaResource)
種類
メソッド

InvoiceLine のリストを InvoiceLineResource のリストに変換するメソッド

単純名
from
完全修飾名
com.example.sms.presentation.api.sales.invoice.InvoiceLineResource#from(List)
種類
メソッド

InvoiceLine エンティティを InvoiceLineResource に変換するメソッド

単純名
from
完全修飾名
com.example.sms.presentation.api.sales.invoice.InvoiceLineResource#from(InvoiceLine)
種類
メソッド

InvoiceResource を Invoice エンティティに変換

単純名
convertToEntity
完全修飾名
com.example.sms.presentation.api.sales.invoice.InvoiceResourceDTOMapper#convertToEntity(InvoiceResource)
種類
メソッド

JWTトークンからユーザー名の取得

単純名
getUserNameFromJwtToke
完全修飾名
com.example.sms.service.system.auth.AuthApiService#getUserNameFromJwtToke(String)
種類
メソッド

JWTトークンの取得

単純名
validateJwtToke
完全修飾名
com.example.sms.service.system.auth.AuthApiService#validateJwtToke(String)
種類
メソッド

JWTトークンの検証

単純名
validateJwtToken
完全修飾名
com.example.sms.service.system.auth.AuthApiService#validateJwtToken(String)
種類
メソッド

MapperのselectByCriteria用のMapに変換

単純名
toMap
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderCriteria#toMap()
種類
メソッド

MapperのselectByCriteria用のMapに変換

単純名
toMap
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentCriteria#toMap()
種類
メソッド

MapperのselectByCriteria用のMapに変換

単純名
toMap
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseCriteria#toMap()
種類
メソッド

Maps a string value to a code using the provided mapper function.

単純名
mapStringToCode
完全修飾名
com.example.sms.presentation.ResourceDTOMapperHelper#mapStringToCode(String,Function)
種類
メソッド
Returns null if the input value is null.

PaymentReceivedCriteriaResource を PaymentReceivedCriteria に変換

単純名
convertToCriteria
完全修飾名
com.example.sms.presentation.api.sales.payment.PaymentReceivedResourceDTOMapper#convertToCriteria(PaymentReceivedCriteriaResource)
種類
メソッド

PurchasePaymentCriteriaResource を PurchasePaymentCriteria に変換

単純名
convertToCriteria
完全修飾名
com.example.sms.presentation.api.procurement.payment.PurchasePaymentResourceDTOMapper#convertToCriteria(PurchasePaymentCriteriaResource)
種類
メソッド

PurchaseとPurchaseLineからCSVモデルに変換

単純名
mapToCsvModel
完全修飾名
com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#mapToCsvModel(Purchase,PurchaseLine)
種類
メソッド

Sales エンティティを SalesResource に変換

単純名
convertToResource
完全修飾名
com.example.sms.presentation.api.sales.sales.SalesResourceDTOMapper#convertToResource(Sales)
種類
メソッド

Sales エンティティをリソースにマッピングするメソッド

単純名
from
完全修飾名
com.example.sms.presentation.api.sales.sales.SalesResource#from(Sales)
種類
メソッド

SalesLine のリストを SalesLineResource のリストに変換するメソッド

単純名
from
完全修飾名
com.example.sms.presentation.api.sales.sales.SalesLineResource#from(List)
種類
メソッド

SalesLine エンティティを SalesLineResource に変換するメソッド

単純名
from
完全修飾名
com.example.sms.presentation.api.sales.sales.SalesLineResource#from(SalesLine)
種類
メソッド

SalesResource を Sales エンティティに変換

単純名
convertToEntity
完全修飾名
com.example.sms.presentation.api.sales.sales.SalesResourceDTOMapper#convertToEntity(SalesResource)
種類
メソッド

Shipping エンティティをリソースにマッピングするメソッド

単純名
from
完全修飾名
com.example.sms.presentation.api.sales.shipping.ShippingResource#from(Shipping)
種類
メソッド

ShippingCriteriaResource を ShippingCriteria に変換

単純名
convertToCriteria
完全修飾名
com.example.sms.presentation.api.sales.shipping.ShippingResourceDTOMapper#convertToCriteria(ShippingCriteriaResource)
種類
メソッド

ShippingResource を Shipping エンティティに変換

単純名
convertToEntity
完全修飾名
com.example.sms.presentation.api.sales.shipping.ShippingResourceDTOMapper#convertToEntity(ShippingResource)
種類
メソッド

This field was generated by MyBatis Generator.

単純名
id
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#id
種類
フィールド
This field corresponds to the database column system.application_execution_history.id

This field was generated by MyBatis Generator.

単純名
processCode
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#processCode
種類
フィールド
This field corresponds to the database column system.application_execution_history.process_code

This field was generated by MyBatis Generator.

単純名
processDetails
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#processDetails
種類
フィールド
This field corresponds to the database column system.application_execution_history.process_details

This field was generated by MyBatis Generator.

単純名
processEnd
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#processEnd
種類
フィールド
This field corresponds to the database column system.application_execution_history.process_end

This field was generated by MyBatis Generator.

単純名
processFlag
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#processFlag
種類
フィールド
This field corresponds to the database column system.application_execution_history.process_flag

This field was generated by MyBatis Generator.

単純名
processName
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#processName
種類
フィールド
This field corresponds to the database column system.application_execution_history.process_name

This field was generated by MyBatis Generator.

単純名
processStart
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#processStart
種類
フィールド
This field corresponds to the database column system.application_execution_history.process_start

This field was generated by MyBatis Generator.

単純名
processType
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#processType
種類
フィールド
This field corresponds to the database column system.application_execution_history.process_type

This field was generated by MyBatis Generator.

単純名
userId
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#userId
種類
フィールド
This field corresponds to the database column system.application_execution_history.user_id

This field was generated by MyBatis Generator.

単純名
version
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#version
種類
フィールド
This field corresponds to the database column system.application_execution_history.version

This field was generated by MyBatis Generator.

単純名
firstName
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#firstName
種類
フィールド
This field corresponds to the database column system.usr.first_name

This field was generated by MyBatis Generator.

単純名
lastName
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#lastName
種類
フィールド
This field corresponds to the database column system.usr.last_name

This field was generated by MyBatis Generator.

単純名
password
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#password
種類
フィールド
This field corresponds to the database column system.usr.password

This field was generated by MyBatis Generator.

単純名
roleName
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#roleName
種類
フィールド
This field corresponds to the database column system.usr.role_name

This field was generated by MyBatis Generator.

単純名
userId
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#userId
種類
フィールド
This field corresponds to the database column system.usr.user_id

This field was generated by MyBatis Generator.

単純名
updater
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#updater
種類
フィールド
This field corresponds to the database column public.仕入データ.updater

This field was generated by MyBatis Generator.

単純名
仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#仕入先コード
種類
フィールド
This field corresponds to the database column public.仕入データ.仕入先コード

This field was generated by MyBatis Generator.

単純名
仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#仕入先枝番
種類
フィールド
This field corresponds to the database column public.仕入データ.仕入先枝番

This field was generated by MyBatis Generator.

単純名
仕入担当者コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#仕入担当者コード
種類
フィールド
This field corresponds to the database column public.仕入データ.仕入担当者コード

This field was generated by MyBatis Generator.

単純名
仕入日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#仕入日
種類
フィールド
This field corresponds to the database column public.仕入データ.仕入日

This field was generated by MyBatis Generator.

単純名
仕入番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#仕入番号
種類
フィールド
This field corresponds to the database column public.仕入データ.仕入番号

This field was generated by MyBatis Generator.

単純名
仕入金額合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#仕入金額合計
種類
フィールド
This field corresponds to the database column public.仕入データ.仕入金額合計

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#作成日時
種類
フィールド
This field corresponds to the database column public.仕入データ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#作成者名
種類
フィールド
This field corresponds to the database column public.仕入データ.作成者名

This field was generated by MyBatis Generator.

単純名
備考
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#備考
種類
フィールド
This field corresponds to the database column public.仕入データ.備考

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#更新日時
種類
フィールド
This field corresponds to the database column public.仕入データ.更新日時

This field was generated by MyBatis Generator.

単純名
消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#消費税合計
種類
フィールド
This field corresponds to the database column public.仕入データ.消費税合計

This field was generated by MyBatis Generator.

単純名
発注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#発注番号
種類
フィールド
This field corresponds to the database column public.仕入データ.発注番号

This field was generated by MyBatis Generator.

単純名
部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#部門コード
種類
フィールド
This field corresponds to the database column public.仕入データ.部門コード

This field was generated by MyBatis Generator.

単純名
開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#開始日
種類
フィールド
This field corresponds to the database column public.仕入データ.開始日

This field was generated by MyBatis Generator.

単純名
仕入単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#仕入単価
種類
フィールド
This field corresponds to the database column public.仕入データ明細.仕入単価

This field was generated by MyBatis Generator.

単純名
仕入数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#仕入数量
種類
フィールド
This field corresponds to the database column public.仕入データ明細.仕入数量

This field was generated by MyBatis Generator.

単純名
仕入行表示番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#仕入行表示番号
種類
フィールド
This field corresponds to the database column public.仕入データ明細.仕入行表示番号

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#作成日時
種類
フィールド
This field corresponds to the database column public.仕入データ明細.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#作成者名
種類
フィールド
This field corresponds to the database column public.仕入データ明細.作成者名

This field was generated by MyBatis Generator.

単純名
倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#倉庫コード
種類
フィールド
This field corresponds to the database column public.仕入データ明細.倉庫コード

This field was generated by MyBatis Generator.

単純名
商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#商品コード
種類
フィールド
This field corresponds to the database column public.仕入データ明細.商品コード

This field was generated by MyBatis Generator.

単純名
商品名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#商品名
種類
フィールド
This field corresponds to the database column public.仕入データ明細.商品名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#更新日時
種類
フィールド
This field corresponds to the database column public.仕入データ明細.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#更新者名
種類
フィールド
This field corresponds to the database column public.仕入データ明細.更新者名

This field was generated by MyBatis Generator.

単純名
発注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#発注行番号
種類
フィールド
This field corresponds to the database column public.仕入データ明細.発注行番号

This field was generated by MyBatis Generator.

単純名
仕入番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細Key#仕入番号
種類
フィールド
This field corresponds to the database column public.仕入データ明細.仕入番号

This field was generated by MyBatis Generator.

単純名
仕入行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細Key#仕入行番号
種類
フィールド
This field corresponds to the database column public.仕入データ明細.仕入行番号

This field was generated by MyBatis Generator.

単純名
仕入先メールアドレス
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先メールアドレス
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先メールアドレス

This field was generated by MyBatis Generator.

単純名
仕入先住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先住所1
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先住所1

This field was generated by MyBatis Generator.

単純名
仕入先住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先住所2
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先住所2

This field was generated by MyBatis Generator.

単純名
仕入先名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先名
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先名

This field was generated by MyBatis Generator.

単純名
仕入先名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先名カナ
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先名カナ

This field was generated by MyBatis Generator.

単純名
仕入先担当者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先担当者名
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先担当者名

This field was generated by MyBatis Generator.

単純名
仕入先支払方法
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先支払方法
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先支払方法

This field was generated by MyBatis Generator.

単純名
仕入先支払日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先支払日
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先支払日

This field was generated by MyBatis Generator.

単純名
仕入先支払月
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先支払月
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先支払月

This field was generated by MyBatis Generator.

単純名
仕入先締日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先締日
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先締日

This field was generated by MyBatis Generator.

単純名
仕入先部門名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先部門名
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先部門名

This field was generated by MyBatis Generator.

単純名
仕入先郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先郵便番号
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先郵便番号

This field was generated by MyBatis Generator.

単純名
仕入先都道府県
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先都道府県
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先都道府県

This field was generated by MyBatis Generator.

単純名
仕入先電話番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先電話番号
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先電話番号

This field was generated by MyBatis Generator.

単純名
仕入先fax番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#仕入先fax番号
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先FAX番号

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#仕入先コード
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先コード

This field was generated by MyBatis Generator.

単純名
仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#仕入先枝番
種類
フィールド
This field corresponds to the database column public.仕入先マスタ.仕入先枝番

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#作成日時
種類
フィールド
This field corresponds to the database column public.代替商品.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#作成者名
種類
フィールド
This field corresponds to the database column public.代替商品.作成者名

This field was generated by MyBatis Generator.

単純名
優先順位
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#優先順位
種類
フィールド
This field corresponds to the database column public.代替商品.優先順位

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#更新日時
種類
フィールド
This field corresponds to the database column public.代替商品.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#更新者名
種類
フィールド
This field corresponds to the database column public.代替商品.更新者名

This field was generated by MyBatis Generator.

単純名
代替商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#代替商品コード
種類
フィールド
This field corresponds to the database column public.代替商品.代替商品コード

This field was generated by MyBatis Generator.

単純名
商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#商品コード
種類
フィールド
This field corresponds to the database column public.代替商品.商品コード

This field was generated by MyBatis Generator.

単純名
住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#住所1
種類
フィールド
This field corresponds to the database column public.倉庫マスタ.住所1

This field was generated by MyBatis Generator.

単純名
住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#住所2
種類
フィールド
This field corresponds to the database column public.倉庫マスタ.住所2

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.倉庫マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.倉庫マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#倉庫コード
種類
フィールド
This field corresponds to the database column public.倉庫マスタ.倉庫コード

This field was generated by MyBatis Generator.

単純名
倉庫区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#倉庫区分
種類
フィールド
This field corresponds to the database column public.倉庫マスタ.倉庫区分

This field was generated by MyBatis Generator.

単純名
倉庫名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#倉庫名
種類
フィールド
This field corresponds to the database column public.倉庫マスタ.倉庫名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.倉庫マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.倉庫マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#郵便番号
種類
フィールド
This field corresponds to the database column public.倉庫マスタ.郵便番号

This field was generated by MyBatis Generator.

単純名
都道府県
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#都道府県
種類
フィールド
This field corresponds to the database column public.倉庫マスタ.都道府県

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.倉庫部門マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.倉庫部門マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.倉庫部門マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.倉庫部門マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#倉庫コード
種類
フィールド
This field corresponds to the database column public.倉庫部門マスタ.倉庫コード

This field was generated by MyBatis Generator.

単純名
部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#部門コード
種類
フィールド
This field corresponds to the database column public.倉庫部門マスタ.部門コード

This field was generated by MyBatis Generator.

単純名
開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#開始日
種類
フィールド
This field corresponds to the database column public.倉庫部門マスタ.開始日

This field was generated by MyBatis Generator.

単純名
プログラム更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#プログラム更新日時
種類
フィールド
This field corresponds to the database column public.入金データ.プログラム更新日時

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#作成日時
種類
フィールド
This field corresponds to the database column public.入金データ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#作成者名
種類
フィールド
This field corresponds to the database column public.入金データ.作成者名

This field was generated by MyBatis Generator.

単純名
入金口座コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#入金口座コード
種類
フィールド
This field corresponds to the database column public.入金データ.入金口座コード

This field was generated by MyBatis Generator.

単純名
入金日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#入金日
種類
フィールド
This field corresponds to the database column public.入金データ.入金日

This field was generated by MyBatis Generator.

単純名
入金番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#入金番号
種類
フィールド
This field corresponds to the database column public.入金データ.入金番号

This field was generated by MyBatis Generator.

単純名
入金金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#入金金額
種類
フィールド
This field corresponds to the database column public.入金データ.入金金額

This field was generated by MyBatis Generator.

単純名
支払方法区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#支払方法区分
種類
フィールド
This field corresponds to the database column public.入金データ.支払方法区分

This field was generated by MyBatis Generator.

単純名
更新プログラム名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#更新プログラム名
種類
フィールド
This field corresponds to the database column public.入金データ.更新プログラム名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#更新日時
種類
フィールド
This field corresponds to the database column public.入金データ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#更新者名
種類
フィールド
This field corresponds to the database column public.入金データ.更新者名

This field was generated by MyBatis Generator.

単純名
消込金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#消込金額
種類
フィールド
This field corresponds to the database column public.入金データ.消込金額

This field was generated by MyBatis Generator.

単純名
部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#部門コード
種類
フィールド
This field corresponds to the database column public.入金データ.部門コード

This field was generated by MyBatis Generator.

単純名
開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#開始日
種類
フィールド
This field corresponds to the database column public.入金データ.開始日

This field was generated by MyBatis Generator.

単純名
顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#顧客コード
種類
フィールド
This field corresponds to the database column public.入金データ.顧客コード

This field was generated by MyBatis Generator.

単純名
顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#顧客枝番
種類
フィールド
This field corresponds to the database column public.入金データ.顧客枝番

This field was generated by MyBatis Generator.

単純名
プログラム更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#プログラム更新日時
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.プログラム更新日時

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
入金口座コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#入金口座コード
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.入金口座コード

This field was generated by MyBatis Generator.

単純名
入金口座区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#入金口座区分
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.入金口座区分

This field was generated by MyBatis Generator.

単純名
入金口座名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#入金口座名
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.入金口座名

This field was generated by MyBatis Generator.

単純名
入金口座番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#入金口座番号
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.入金口座番号

This field was generated by MyBatis Generator.

単純名
全銀協支店コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#全銀協支店コード
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.全銀協支店コード

This field was generated by MyBatis Generator.

単純名
全銀協銀行コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#全銀協銀行コード
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.全銀協銀行コード

This field was generated by MyBatis Generator.

単純名
口座名義人
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#口座名義人
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.口座名義人

This field was generated by MyBatis Generator.

単純名
更新プログラム名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#更新プログラム名
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.更新プログラム名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
適用終了日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#適用終了日
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.適用終了日

This field was generated by MyBatis Generator.

単純名
適用開始後入金口座名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#適用開始後入金口座名
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.適用開始後入金口座名

This field was generated by MyBatis Generator.

単純名
適用開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#適用開始日
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.適用開始日

This field was generated by MyBatis Generator.

単純名
部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#部門コード
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.部門コード

This field was generated by MyBatis Generator.

単純名
部門開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#部門開始日
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.部門開始日

This field was generated by MyBatis Generator.

単純名
銀行口座種別
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#銀行口座種別
種類
フィールド
This field corresponds to the database column public.入金口座マスタ.銀行口座種別

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.出荷先マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.出荷先マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
出荷先住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#出荷先住所1
種類
フィールド
This field corresponds to the database column public.出荷先マスタ.出荷先住所1

This field was generated by MyBatis Generator.

単純名
出荷先住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#出荷先住所2
種類
フィールド
This field corresponds to the database column public.出荷先マスタ.出荷先住所2

This field was generated by MyBatis Generator.

単純名
出荷先名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#出荷先名
種類
フィールド
This field corresponds to the database column public.出荷先マスタ.出荷先名

This field was generated by MyBatis Generator.

単純名
出荷先郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#出荷先郵便番号
種類
フィールド
This field corresponds to the database column public.出荷先マスタ.出荷先郵便番号

This field was generated by MyBatis Generator.

単純名
地域コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#地域コード
種類
フィールド
This field corresponds to the database column public.出荷先マスタ.地域コード

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.出荷先マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.出荷先マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
出荷先番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#出荷先番号
種類
フィールド
This field corresponds to the database column public.出荷先マスタ.出荷先番号

This field was generated by MyBatis Generator.

単純名
顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#顧客コード
種類
フィールド
This field corresponds to the database column public.出荷先マスタ.顧客コード

This field was generated by MyBatis Generator.

単純名
顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#顧客枝番
種類
フィールド
This field corresponds to the database column public.出荷先マスタ.顧客枝番

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#作成日時
種類
フィールド
This field corresponds to the database column public.取引先グループマスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#作成者名
種類
フィールド
This field corresponds to the database column public.取引先グループマスタ.作成者名

This field was generated by MyBatis Generator.

単純名
取引先グループコード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#取引先グループコード
種類
フィールド
This field corresponds to the database column public.取引先グループマスタ.取引先グループコード

This field was generated by MyBatis Generator.

単純名
取引先グループ名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#取引先グループ名
種類
フィールド
This field corresponds to the database column public.取引先グループマスタ.取引先グループ名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#更新日時
種類
フィールド
This field corresponds to the database column public.取引先グループマスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#更新者名
種類
フィールド
This field corresponds to the database column public.取引先グループマスタ.更新者名

This field was generated by MyBatis Generator.

単純名
version
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#version
種類
フィールド
This field corresponds to the database column public.取引先マスタ.version

This field was generated by MyBatis Generator.

単純名
与信一時増加枠
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#与信一時増加枠
種類
フィールド
This field corresponds to the database column public.取引先マスタ.与信一時増加枠

This field was generated by MyBatis Generator.

単純名
与信限度額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#与信限度額
種類
フィールド
This field corresponds to the database column public.取引先マスタ.与信限度額

This field was generated by MyBatis Generator.

単純名
仕入先区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#仕入先区分
種類
フィールド
This field corresponds to the database column public.取引先マスタ.仕入先区分

This field was generated by MyBatis Generator.

単純名
住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#住所1
種類
フィールド
This field corresponds to the database column public.取引先マスタ.住所1

This field was generated by MyBatis Generator.

単純名
住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#住所2
種類
フィールド
This field corresponds to the database column public.取引先マスタ.住所2

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.取引先マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.取引先マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
取引先グループコード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#取引先グループコード
種類
フィールド
This field corresponds to the database column public.取引先マスタ.取引先グループコード

This field was generated by MyBatis Generator.

単純名
取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#取引先コード
種類
フィールド
This field corresponds to the database column public.取引先マスタ.取引先コード

This field was generated by MyBatis Generator.

単純名
取引先名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#取引先名
種類
フィールド
This field corresponds to the database column public.取引先マスタ.取引先名

This field was generated by MyBatis Generator.

単純名
取引先名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#取引先名カナ
種類
フィールド
This field corresponds to the database column public.取引先マスタ.取引先名カナ

This field was generated by MyBatis Generator.

単純名
取引禁止フラグ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#取引禁止フラグ
種類
フィールド
This field corresponds to the database column public.取引先マスタ.取引禁止フラグ

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.取引先マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.取引先マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#郵便番号
種類
フィールド
This field corresponds to the database column public.取引先マスタ.郵便番号

This field was generated by MyBatis Generator.

単純名
都道府県
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#都道府県
種類
フィールド
This field corresponds to the database column public.取引先マスタ.都道府県

This field was generated by MyBatis Generator.

単純名
雑区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#雑区分
種類
フィールド
This field corresponds to the database column public.取引先マスタ.雑区分

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.取引先分類マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.取引先分類マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
取引先分類名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#取引先分類名
種類
フィールド
This field corresponds to the database column public.取引先分類マスタ.取引先分類名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.取引先分類マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.取引先分類マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
取引先分類コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#取引先分類コード
種類
フィールド
This field corresponds to the database column public.取引先分類マスタ.取引先分類コード

This field was generated by MyBatis Generator.

単純名
取引先分類種別コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#取引先分類種別コード
種類
フィールド
This field corresponds to the database column public.取引先分類マスタ.取引先分類種別コード

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.取引先分類所属マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.取引先分類所属マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.取引先分類所属マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.取引先分類所属マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#取引先コード
種類
フィールド
This field corresponds to the database column public.取引先分類所属マスタ.取引先コード

This field was generated by MyBatis Generator.

単純名
取引先分類コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#取引先分類コード
種類
フィールド
This field corresponds to the database column public.取引先分類所属マスタ.取引先分類コード

This field was generated by MyBatis Generator.

単純名
取引先分類種別コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#取引先分類種別コード
種類
フィールド
This field corresponds to the database column public.取引先分類所属マスタ.取引先分類種別コード

This field was generated by MyBatis Generator.

単純名
version
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#version
種類
フィールド
This field corresponds to the database column public.取引先分類種別マスタ.version

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.取引先分類種別マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.取引先分類種別マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
取引先分類種別コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#取引先分類種別コード
種類
フィールド
This field corresponds to the database column public.取引先分類種別マスタ.取引先分類種別コード

This field was generated by MyBatis Generator.

単純名
取引先分類種別名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#取引先分類種別名
種類
フィールド
This field corresponds to the database column public.取引先分類種別マスタ.取引先分類種別名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.取引先分類種別マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.取引先分類種別マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
version
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#version
種類
フィールド
This field corresponds to the database column public.受注データ.version

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#作成日時
種類
フィールド
This field corresponds to the database column public.受注データ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#作成者名
種類
フィールド
This field corresponds to the database column public.受注データ.作成者名

This field was generated by MyBatis Generator.

単純名
倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#倉庫コード
種類
フィールド
This field corresponds to the database column public.受注データ.倉庫コード

This field was generated by MyBatis Generator.

単純名
備考
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#備考
種類
フィールド
This field corresponds to the database column public.受注データ.備考

This field was generated by MyBatis Generator.

単純名
受注日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#受注日
種類
フィールド
This field corresponds to the database column public.受注データ.受注日

This field was generated by MyBatis Generator.

単純名
受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#受注番号
種類
フィールド
This field corresponds to the database column public.受注データ.受注番号

This field was generated by MyBatis Generator.

単純名
受注金額合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#受注金額合計
種類
フィールド
This field corresponds to the database column public.受注データ.受注金額合計

This field was generated by MyBatis Generator.

単純名
客先注文番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#客先注文番号
種類
フィールド
This field corresponds to the database column public.受注データ.客先注文番号

This field was generated by MyBatis Generator.

単純名
希望納期
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#希望納期
種類
フィールド
This field corresponds to the database column public.受注データ.希望納期

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#更新日時
種類
フィールド
This field corresponds to the database column public.受注データ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#更新者名
種類
フィールド
This field corresponds to the database column public.受注データ.更新者名

This field was generated by MyBatis Generator.

単純名
消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#消費税合計
種類
フィールド
This field corresponds to the database column public.受注データ.消費税合計

This field was generated by MyBatis Generator.

単純名
社員コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#社員コード
種類
フィールド
This field corresponds to the database column public.受注データ.社員コード

This field was generated by MyBatis Generator.

単純名
部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#部門コード
種類
フィールド
This field corresponds to the database column public.受注データ.部門コード

This field was generated by MyBatis Generator.

単純名
部門開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#部門開始日
種類
フィールド
This field corresponds to the database column public.受注データ.部門開始日

This field was generated by MyBatis Generator.

単純名
顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#顧客コード
種類
フィールド
This field corresponds to the database column public.受注データ.顧客コード

This field was generated by MyBatis Generator.

単純名
顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#顧客枝番
種類
フィールド
This field corresponds to the database column public.受注データ.顧客枝番

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#作成日時
種類
フィールド
This field corresponds to the database column public.受注データ明細.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#作成者名
種類
フィールド
This field corresponds to the database column public.受注データ明細.作成者名

This field was generated by MyBatis Generator.

単純名
値引金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#値引金額
種類
フィールド
This field corresponds to the database column public.受注データ明細.値引金額

This field was generated by MyBatis Generator.

単純名
出荷指示数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#出荷指示数量
種類
フィールド
This field corresponds to the database column public.受注データ明細.出荷指示数量

This field was generated by MyBatis Generator.

単純名
出荷日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#出荷日
種類
フィールド
This field corresponds to the database column public.受注データ明細.出荷日

This field was generated by MyBatis Generator.

単純名
出荷済数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#出荷済数量
種類
フィールド
This field corresponds to the database column public.受注データ明細.出荷済数量

This field was generated by MyBatis Generator.

単純名
受注数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#受注数量
種類
フィールド
This field corresponds to the database column public.受注データ明細.受注数量

This field was generated by MyBatis Generator.

単純名
商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#商品コード
種類
フィールド
This field corresponds to the database column public.受注データ明細.商品コード

This field was generated by MyBatis Generator.

単純名
商品名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#商品名
種類
フィールド
This field corresponds to the database column public.受注データ明細.商品名

This field was generated by MyBatis Generator.

単純名
完了フラグ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#完了フラグ
種類
フィールド
This field corresponds to the database column public.受注データ明細.完了フラグ

This field was generated by MyBatis Generator.

単純名
引当数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#引当数量
種類
フィールド
This field corresponds to the database column public.受注データ明細.引当数量

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#更新日時
種類
フィールド
This field corresponds to the database column public.受注データ明細.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#更新者名
種類
フィールド
This field corresponds to the database column public.受注データ明細.更新者名

This field was generated by MyBatis Generator.

単純名
消費税率
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#消費税率
種類
フィールド
This field corresponds to the database column public.受注データ明細.消費税率

This field was generated by MyBatis Generator.

単純名
納期
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#納期
種類
フィールド
This field corresponds to the database column public.受注データ明細.納期

This field was generated by MyBatis Generator.

単純名
販売単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#販売単価
種類
フィールド
This field corresponds to the database column public.受注データ明細.販売単価

This field was generated by MyBatis Generator.

単純名
受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細Key#受注番号
種類
フィールド
This field corresponds to the database column public.受注データ明細.受注番号

This field was generated by MyBatis Generator.

単純名
受注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細Key#受注行番号
種類
フィールド
This field corresponds to the database column public.受注データ明細.受注行番号

This field was generated by MyBatis Generator.

単純名
version
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#version
種類
フィールド
This field corresponds to the database column public.商品マスタ.version

This field was generated by MyBatis Generator.

単純名
仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#仕入先コード
種類
フィールド
This field corresponds to the database column public.商品マスタ.仕入先コード

This field was generated by MyBatis Generator.

単純名
仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#仕入先枝番
種類
フィールド
This field corresponds to the database column public.商品マスタ.仕入先枝番

This field was generated by MyBatis Generator.

単純名
仕入単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#仕入単価
種類
フィールド
This field corresponds to the database column public.商品マスタ.仕入単価

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.商品マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.商品マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#商品コード
種類
フィールド
This field corresponds to the database column public.商品マスタ.商品コード

This field was generated by MyBatis Generator.

単純名
商品分類コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#商品分類コード
種類
フィールド
This field corresponds to the database column public.商品マスタ.商品分類コード

This field was generated by MyBatis Generator.

単純名
商品区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#商品区分
種類
フィールド
This field corresponds to the database column public.商品マスタ.商品区分

This field was generated by MyBatis Generator.

単純名
商品名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#商品名カナ
種類
フィールド
This field corresponds to the database column public.商品マスタ.商品名カナ

This field was generated by MyBatis Generator.

単純名
商品正式名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#商品正式名
種類
フィールド
This field corresponds to the database column public.商品マスタ.商品正式名

This field was generated by MyBatis Generator.

単純名
商品略称
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#商品略称
種類
フィールド
This field corresponds to the database column public.商品マスタ.商品略称

This field was generated by MyBatis Generator.

単純名
在庫引当区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#在庫引当区分
種類
フィールド
This field corresponds to the database column public.商品マスタ.在庫引当区分

This field was generated by MyBatis Generator.

単純名
在庫管理対象区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#在庫管理対象区分
種類
フィールド
This field corresponds to the database column public.商品マスタ.在庫管理対象区分

This field was generated by MyBatis Generator.

単純名
売上原価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#売上原価
種類
フィールド
This field corresponds to the database column public.商品マスタ.売上原価

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.商品マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.商品マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
税区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#税区分
種類
フィールド
This field corresponds to the database column public.商品マスタ.税区分

This field was generated by MyBatis Generator.

単純名
製品型番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#製品型番
種類
フィールド
This field corresponds to the database column public.商品マスタ.製品型番

This field was generated by MyBatis Generator.

単純名
販売単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#販売単価
種類
フィールド
This field corresponds to the database column public.商品マスタ.販売単価

This field was generated by MyBatis Generator.

単純名
雑区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#雑区分
種類
フィールド
This field corresponds to the database column public.商品マスタ.雑区分

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.商品分類マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.商品分類マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
商品分類コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#商品分類コード
種類
フィールド
This field corresponds to the database column public.商品分類マスタ.商品分類コード

This field was generated by MyBatis Generator.

単純名
商品分類パス
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#商品分類パス
種類
フィールド
This field corresponds to the database column public.商品分類マスタ.商品分類パス

This field was generated by MyBatis Generator.

単純名
商品分類名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#商品分類名
種類
フィールド
This field corresponds to the database column public.商品分類マスタ.商品分類名

This field was generated by MyBatis Generator.

単純名
商品分類階層
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#商品分類階層
種類
フィールド
This field corresponds to the database column public.商品分類マスタ.商品分類階層

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.商品分類マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.商品分類マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
最下層区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#最下層区分
種類
フィールド
This field corresponds to the database column public.商品分類マスタ.最下層区分

This field was generated by MyBatis Generator.

単純名
version
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#version
種類
フィールド
This field corresponds to the database column public.在庫データ.version

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#作成日時
種類
フィールド
This field corresponds to the database column public.在庫データ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#作成者名
種類
フィールド
This field corresponds to the database column public.在庫データ.作成者名

This field was generated by MyBatis Generator.

単純名
実在庫数
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#実在庫数
種類
フィールド
This field corresponds to the database column public.在庫データ.実在庫数

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#更新日時
種類
フィールド
This field corresponds to the database column public.在庫データ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#更新者名
種類
フィールド
This field corresponds to the database column public.在庫データ.更新者名

This field was generated by MyBatis Generator.

単純名
最終出荷日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#最終出荷日
種類
フィールド
This field corresponds to the database column public.在庫データ.最終出荷日

This field was generated by MyBatis Generator.

単純名
有効在庫数
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#有効在庫数
種類
フィールド
This field corresponds to the database column public.在庫データ.有効在庫数

This field was generated by MyBatis Generator.

単純名
ロット番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#ロット番号
種類
フィールド
This field corresponds to the database column public.在庫データ.ロット番号

This field was generated by MyBatis Generator.

単純名
倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#倉庫コード
種類
フィールド
This field corresponds to the database column public.在庫データ.倉庫コード

This field was generated by MyBatis Generator.

単純名
商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#商品コード
種類
フィールド
This field corresponds to the database column public.在庫データ.商品コード

This field was generated by MyBatis Generator.

単純名
在庫区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#在庫区分
種類
フィールド
This field corresponds to the database column public.在庫データ.在庫区分

This field was generated by MyBatis Generator.

単純名
良品区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#良品区分
種類
フィールド
This field corresponds to the database column public.在庫データ.良品区分

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.地域マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.地域マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
地域コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#地域コード
種類
フィールド
This field corresponds to the database column public.地域マスタ.地域コード

This field was generated by MyBatis Generator.

単純名
地域名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#地域名
種類
フィールド
This field corresponds to the database column public.地域マスタ.地域名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.地域マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.地域マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
version
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#version
種類
フィールド
This field corresponds to the database column public.売上データ.version

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#作成日時
種類
フィールド
This field corresponds to the database column public.売上データ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#作成者名
種類
フィールド
This field corresponds to the database column public.売上データ.作成者名

This field was generated by MyBatis Generator.

単純名
備考
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#備考
種類
フィールド
This field corresponds to the database column public.売上データ.備考

This field was generated by MyBatis Generator.

単純名
元伝票番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#元伝票番号
種類
フィールド
This field corresponds to the database column public.売上データ.元伝票番号

This field was generated by MyBatis Generator.

単純名
取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#取引先コード
種類
フィールド
This field corresponds to the database column public.売上データ.取引先コード

This field was generated by MyBatis Generator.

単純名
受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#受注番号
種類
フィールド
This field corresponds to the database column public.売上データ.受注番号

This field was generated by MyBatis Generator.

単純名
売上区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#売上区分
種類
フィールド
This field corresponds to the database column public.売上データ.売上区分

This field was generated by MyBatis Generator.

単純名
売上日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#売上日
種類
フィールド
This field corresponds to the database column public.売上データ.売上日

This field was generated by MyBatis Generator.

単純名
売上番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#売上番号
種類
フィールド
This field corresponds to the database column public.売上データ.売上番号

This field was generated by MyBatis Generator.

単純名
売上金額合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#売上金額合計
種類
フィールド
This field corresponds to the database column public.売上データ.売上金額合計

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#更新日時
種類
フィールド
This field corresponds to the database column public.売上データ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#更新者名
種類
フィールド
This field corresponds to the database column public.売上データ.更新者名

This field was generated by MyBatis Generator.

単純名
消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#消費税合計
種類
フィールド
This field corresponds to the database column public.売上データ.消費税合計

This field was generated by MyBatis Generator.

単純名
社員コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#社員コード
種類
フィールド
This field corresponds to the database column public.売上データ.社員コード

This field was generated by MyBatis Generator.

単純名
赤黒伝票番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#赤黒伝票番号
種類
フィールド
This field corresponds to the database column public.売上データ.赤黒伝票番号

This field was generated by MyBatis Generator.

単純名
部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#部門コード
種類
フィールド
This field corresponds to the database column public.売上データ.部門コード

This field was generated by MyBatis Generator.

単純名
部門開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#部門開始日
種類
フィールド
This field corresponds to the database column public.売上データ.部門開始日

This field was generated by MyBatis Generator.

単純名
顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#顧客コード
種類
フィールド
This field corresponds to the database column public.売上データ.顧客コード

This field was generated by MyBatis Generator.

単純名
顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#顧客枝番
種類
フィールド
This field corresponds to the database column public.売上データ.顧客枝番

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#作成日時
種類
フィールド
This field corresponds to the database column public.売上データ明細.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#作成者名
種類
フィールド
This field corresponds to the database column public.売上データ明細.作成者名

This field was generated by MyBatis Generator.

単純名
値引金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#値引金額
種類
フィールド
This field corresponds to the database column public.売上データ明細.値引金額

This field was generated by MyBatis Generator.

単純名
出荷数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#出荷数量
種類
フィールド
This field corresponds to the database column public.売上データ明細.出荷数量

This field was generated by MyBatis Generator.

単純名
受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#受注番号
種類
フィールド
This field corresponds to the database column public.売上データ明細.受注番号

This field was generated by MyBatis Generator.

単純名
受注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#受注行番号
種類
フィールド
This field corresponds to the database column public.売上データ明細.受注行番号

This field was generated by MyBatis Generator.

単純名
商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#商品コード
種類
フィールド
This field corresponds to the database column public.売上データ明細.商品コード

This field was generated by MyBatis Generator.

単純名
商品名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#商品名
種類
フィールド
This field corresponds to the database column public.売上データ明細.商品名

This field was generated by MyBatis Generator.

単純名
売上数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#売上数量
種類
フィールド
This field corresponds to the database column public.売上データ明細.売上数量

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#更新日時
種類
フィールド
This field corresponds to the database column public.売上データ明細.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#更新者名
種類
フィールド
This field corresponds to the database column public.売上データ明細.更新者名

This field was generated by MyBatis Generator.

単純名
消費税率
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#消費税率
種類
フィールド
This field corresponds to the database column public.売上データ明細.消費税率

This field was generated by MyBatis Generator.

単純名
自動仕訳日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#自動仕訳日
種類
フィールド
This field corresponds to the database column public.売上データ明細.自動仕訳日

This field was generated by MyBatis Generator.

単純名
請求日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#請求日
種類
フィールド
This field corresponds to the database column public.売上データ明細.請求日

This field was generated by MyBatis Generator.

単純名
請求番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#請求番号
種類
フィールド
This field corresponds to the database column public.売上データ明細.請求番号

This field was generated by MyBatis Generator.

単純名
請求遅延区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#請求遅延区分
種類
フィールド
This field corresponds to the database column public.売上データ明細.請求遅延区分

This field was generated by MyBatis Generator.

単純名
販売単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#販売単価
種類
フィールド
This field corresponds to the database column public.売上データ明細.販売単価

This field was generated by MyBatis Generator.

単純名
売上番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細Key#売上番号
種類
フィールド
This field corresponds to the database column public.売上データ明細.売上番号

This field was generated by MyBatis Generator.

単純名
売上行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細Key#売上行番号
種類
フィールド
This field corresponds to the database column public.売上データ明細.売上行番号

This field was generated by MyBatis Generator.

単純名
仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#仕入先コード
種類
フィールド
This field corresponds to the database column public.支払データ.仕入先コード

This field was generated by MyBatis Generator.

単純名
仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#仕入先枝番
種類
フィールド
This field corresponds to the database column public.支払データ.仕入先枝番

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#作成日時
種類
フィールド
This field corresponds to the database column public.支払データ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#作成者名
種類
フィールド
This field corresponds to the database column public.支払データ.作成者名

This field was generated by MyBatis Generator.

単純名
支払完了フラグ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#支払完了フラグ
種類
フィールド
This field corresponds to the database column public.支払データ.支払完了フラグ

This field was generated by MyBatis Generator.

単純名
支払方法区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#支払方法区分
種類
フィールド
This field corresponds to the database column public.支払データ.支払方法区分

This field was generated by MyBatis Generator.

単純名
支払日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#支払日
種類
フィールド
This field corresponds to the database column public.支払データ.支払日

This field was generated by MyBatis Generator.

単純名
支払番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#支払番号
種類
フィールド
This field corresponds to the database column public.支払データ.支払番号

This field was generated by MyBatis Generator.

単純名
支払金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#支払金額
種類
フィールド
This field corresponds to the database column public.支払データ.支払金額

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#更新日時
種類
フィールド
This field corresponds to the database column public.支払データ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#更新者名
種類
フィールド
This field corresponds to the database column public.支払データ.更新者名

This field was generated by MyBatis Generator.

単純名
消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#消費税合計
種類
フィールド
This field corresponds to the database column public.支払データ.消費税合計

This field was generated by MyBatis Generator.

単純名
部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#部門コード
種類
フィールド
This field corresponds to the database column public.支払データ.部門コード

This field was generated by MyBatis Generator.

単純名
部門開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#部門開始日
種類
フィールド
This field corresponds to the database column public.支払データ.部門開始日

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.棚番マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.棚番マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.棚番マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.棚番マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#倉庫コード
種類
フィールド
This field corresponds to the database column public.棚番マスタ.倉庫コード

This field was generated by MyBatis Generator.

単純名
商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#商品コード
種類
フィールド
This field corresponds to the database column public.棚番マスタ.商品コード

This field was generated by MyBatis Generator.

単純名
棚番コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#棚番コード
種類
フィールド
This field corresponds to the database column public.棚番マスタ.棚番コード

This field was generated by MyBatis Generator.

単純名
version
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#version
種類
フィールド
This field corresponds to the database column public.発注データ.version

This field was generated by MyBatis Generator.

単純名
仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#仕入先コード
種類
フィールド
This field corresponds to the database column public.発注データ.仕入先コード

This field was generated by MyBatis Generator.

単純名
仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#仕入先枝番
種類
フィールド
This field corresponds to the database column public.発注データ.仕入先枝番

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#作成日時
種類
フィールド
This field corresponds to the database column public.発注データ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#作成者名
種類
フィールド
This field corresponds to the database column public.発注データ.作成者名

This field was generated by MyBatis Generator.

単純名
倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#倉庫コード
種類
フィールド
This field corresponds to the database column public.発注データ.倉庫コード

This field was generated by MyBatis Generator.

単純名
備考
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#備考
種類
フィールド
This field corresponds to the database column public.発注データ.備考

This field was generated by MyBatis Generator.

単純名
受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#受注番号
種類
フィールド
This field corresponds to the database column public.発注データ.受注番号

This field was generated by MyBatis Generator.

単純名
指定納期
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#指定納期
種類
フィールド
This field corresponds to the database column public.発注データ.指定納期

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#更新日時
種類
フィールド
This field corresponds to the database column public.発注データ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#更新者名
種類
フィールド
This field corresponds to the database column public.発注データ.更新者名

This field was generated by MyBatis Generator.

単純名
消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#消費税合計
種類
フィールド
This field corresponds to the database column public.発注データ.消費税合計

This field was generated by MyBatis Generator.

単純名
発注担当者コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#発注担当者コード
種類
フィールド
This field corresponds to the database column public.発注データ.発注担当者コード

This field was generated by MyBatis Generator.

単純名
発注日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#発注日
種類
フィールド
This field corresponds to the database column public.発注データ.発注日

This field was generated by MyBatis Generator.

単純名
発注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#発注番号
種類
フィールド
This field corresponds to the database column public.発注データ.発注番号

This field was generated by MyBatis Generator.

単純名
発注金額合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#発注金額合計
種類
フィールド
This field corresponds to the database column public.発注データ.発注金額合計

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#作成日時
種類
フィールド
This field corresponds to the database column public.発注データ明細.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#作成者名
種類
フィールド
This field corresponds to the database column public.発注データ明細.作成者名

This field was generated by MyBatis Generator.

単純名
入荷数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#入荷数量
種類
フィールド
This field corresponds to the database column public.発注データ明細.入荷数量

This field was generated by MyBatis Generator.

単純名
受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#受注番号
種類
フィールド
This field corresponds to the database column public.発注データ明細.受注番号

This field was generated by MyBatis Generator.

単純名
受注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#受注行番号
種類
フィールド
This field corresponds to the database column public.発注データ明細.受注行番号

This field was generated by MyBatis Generator.

単純名
商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#商品コード
種類
フィールド
This field corresponds to the database column public.発注データ明細.商品コード

This field was generated by MyBatis Generator.

単純名
商品名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#商品名
種類
フィールド
This field corresponds to the database column public.発注データ明細.商品名

This field was generated by MyBatis Generator.

単純名
完了フラグ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#完了フラグ
種類
フィールド
This field corresponds to the database column public.発注データ明細.完了フラグ

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#更新日時
種類
フィールド
This field corresponds to the database column public.発注データ明細.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#更新者名
種類
フィールド
This field corresponds to the database column public.発注データ明細.更新者名

This field was generated by MyBatis Generator.

単純名
発注単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#発注単価
種類
フィールド
This field corresponds to the database column public.発注データ明細.発注単価

This field was generated by MyBatis Generator.

単純名
発注数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#発注数量
種類
フィールド
This field corresponds to the database column public.発注データ明細.発注数量

This field was generated by MyBatis Generator.

単純名
発注行表示番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#発注行表示番号
種類
フィールド
This field corresponds to the database column public.発注データ明細.発注行表示番号

This field was generated by MyBatis Generator.

単純名
発注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細Key#発注番号
種類
フィールド
This field corresponds to the database column public.発注データ明細.発注番号

This field was generated by MyBatis Generator.

単純名
発注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細Key#発注行番号
種類
フィールド
This field corresponds to the database column public.発注データ明細.発注行番号

This field was generated by MyBatis Generator.

単純名
fax番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#fax番号
種類
フィールド
This field corresponds to the database column public.社員マスタ.fax番号

This field was generated by MyBatis Generator.

単純名
userId
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#userId
種類
フィールド
This field corresponds to the database column public.社員マスタ.user_id

This field was generated by MyBatis Generator.

単純名
パスワード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#パスワード
種類
フィールド
This field corresponds to the database column public.社員マスタ.パスワード

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.社員マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.社員マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
承認権限コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#承認権限コード
種類
フィールド
This field corresponds to the database column public.社員マスタ.承認権限コード

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.社員マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.社員マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
社員コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#社員コード
種類
フィールド
This field corresponds to the database column public.社員マスタ.社員コード

This field was generated by MyBatis Generator.

単純名
社員名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#社員名
種類
フィールド
This field corresponds to the database column public.社員マスタ.社員名

This field was generated by MyBatis Generator.

単純名
社員名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#社員名カナ
種類
フィールド
This field corresponds to the database column public.社員マスタ.社員名カナ

This field was generated by MyBatis Generator.

単純名
職種コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#職種コード
種類
フィールド
This field corresponds to the database column public.社員マスタ.職種コード

This field was generated by MyBatis Generator.

単純名
部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#部門コード
種類
フィールド
This field corresponds to the database column public.社員マスタ.部門コード

This field was generated by MyBatis Generator.

単純名
開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#開始日
種類
フィールド
This field corresponds to the database column public.社員マスタ.開始日

This field was generated by MyBatis Generator.

単純名
電話番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#電話番号
種類
フィールド
This field corresponds to the database column public.社員マスタ.電話番号

This field was generated by MyBatis Generator.

単純名
最終伝票番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタ#最終伝票番号
種類
フィールド
This field corresponds to the database column public.自動採番マスタ.最終伝票番号

This field was generated by MyBatis Generator.

単純名
伝票種別コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタKey#伝票種別コード
種類
フィールド
This field corresponds to the database column public.自動採番マスタ.伝票種別コード

This field was generated by MyBatis Generator.

単純名
年月
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタKey#年月
種類
フィールド
This field corresponds to the database column public.自動採番マスタ.年月

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#作成日時
種類
フィールド
This field corresponds to the database column public.請求データ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#作成者名
種類
フィールド
This field corresponds to the database column public.請求データ.作成者名

This field was generated by MyBatis Generator.

単純名
前回入金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#前回入金額
種類
フィールド
This field corresponds to the database column public.請求データ.前回入金額

This field was generated by MyBatis Generator.

単純名
取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#取引先コード
種類
フィールド
This field corresponds to the database column public.請求データ.取引先コード

This field was generated by MyBatis Generator.

単純名
当月入金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#当月入金額
種類
フィールド
This field corresponds to the database column public.請求データ.当月入金額

This field was generated by MyBatis Generator.

単純名
当月売上額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#当月売上額
種類
フィールド
This field corresponds to the database column public.請求データ.当月売上額

This field was generated by MyBatis Generator.

単純名
当月請求額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#当月請求額
種類
フィールド
This field corresponds to the database column public.請求データ.当月請求額

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#更新日時
種類
フィールド
This field corresponds to the database column public.請求データ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#更新者名
種類
フィールド
This field corresponds to the database column public.請求データ.更新者名

This field was generated by MyBatis Generator.

単純名
消費税金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#消費税金額
種類
フィールド
This field corresponds to the database column public.請求データ.消費税金額

This field was generated by MyBatis Generator.

単純名
請求日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#請求日
種類
フィールド
This field corresponds to the database column public.請求データ.請求日

This field was generated by MyBatis Generator.

単純名
請求消込金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#請求消込金額
種類
フィールド
This field corresponds to the database column public.請求データ.請求消込金額

This field was generated by MyBatis Generator.

単純名
請求番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#請求番号
種類
フィールド
This field corresponds to the database column public.請求データ.請求番号

This field was generated by MyBatis Generator.

単純名
顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#顧客枝番
種類
フィールド
This field corresponds to the database column public.請求データ.顧客枝番

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#作成日時
種類
フィールド
This field corresponds to the database column public.請求データ明細.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#作成者名
種類
フィールド
This field corresponds to the database column public.請求データ明細.作成者名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#更新日時
種類
フィールド
This field corresponds to the database column public.請求データ明細.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#更新者名
種類
フィールド
This field corresponds to the database column public.請求データ明細.更新者名

This field was generated by MyBatis Generator.

単純名
売上番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#売上番号
種類
フィールド
This field corresponds to the database column public.請求データ明細.売上番号

This field was generated by MyBatis Generator.

単純名
売上行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#売上行番号
種類
フィールド
This field corresponds to the database column public.請求データ明細.売上行番号

This field was generated by MyBatis Generator.

単純名
請求番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#請求番号
種類
フィールド
This field corresponds to the database column public.請求データ明細.請求番号

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#作成日時
種類
フィールド
This field corresponds to the database column public.部品表.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#作成者名
種類
フィールド
This field corresponds to the database column public.部品表.作成者名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#更新日時
種類
フィールド
This field corresponds to the database column public.部品表.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#更新者名
種類
フィールド
This field corresponds to the database column public.部品表.更新者名

This field was generated by MyBatis Generator.

単純名
部品数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#部品数量
種類
フィールド
This field corresponds to the database column public.部品表.部品数量

This field was generated by MyBatis Generator.

単純名
商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表Key#商品コード
種類
フィールド
This field corresponds to the database column public.部品表.商品コード

This field was generated by MyBatis Generator.

単純名
部品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表Key#部品コード
種類
フィールド
This field corresponds to the database column public.部品表.部品コード

This field was generated by MyBatis Generator.

単純名
伝票入力可否
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#伝票入力可否
種類
フィールド
This field corresponds to the database column public.部門マスタ.伝票入力可否

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.部門マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.部門マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.部門マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.部門マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
最下層区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#最下層区分
種類
フィールド
This field corresponds to the database column public.部門マスタ.最下層区分

This field was generated by MyBatis Generator.

単純名
終了日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#終了日
種類
フィールド
This field corresponds to the database column public.部門マスタ.終了日

This field was generated by MyBatis Generator.

単純名
組織階層
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#組織階層
種類
フィールド
This field corresponds to the database column public.部門マスタ.組織階層

This field was generated by MyBatis Generator.

単純名
部門パス
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#部門パス
種類
フィールド
This field corresponds to the database column public.部門マスタ.部門パス

This field was generated by MyBatis Generator.

単純名
部門名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#部門名
種類
フィールド
This field corresponds to the database column public.部門マスタ.部門名

This field was generated by MyBatis Generator.

単純名
部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#部門コード
種類
フィールド
This field corresponds to the database column public.部門マスタ.部門コード

This field was generated by MyBatis Generator.

単純名
開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#開始日
種類
フィールド
This field corresponds to the database column public.部門マスタ.開始日

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#作成日時
種類
フィールド
This field corresponds to the database column public.顧客マスタ.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#作成者名
種類
フィールド
This field corresponds to the database column public.顧客マスタ.作成者名

This field was generated by MyBatis Generator.

単純名
回収先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#回収先コード
種類
フィールド
This field corresponds to the database column public.顧客マスタ.回収先コード

This field was generated by MyBatis Generator.

単純名
回収先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#回収先枝番
種類
フィールド
This field corresponds to the database column public.顧客マスタ.回収先枝番

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#更新日時
種類
フィールド
This field corresponds to the database column public.顧客マスタ.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#更新者名
種類
フィールド
This field corresponds to the database column public.顧客マスタ.更新者名

This field was generated by MyBatis Generator.

単純名
自社担当者コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#自社担当者コード
種類
フィールド
This field corresponds to the database column public.顧客マスタ.自社担当者コード

This field was generated by MyBatis Generator.

単純名
請求先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#請求先コード
種類
フィールド
This field corresponds to the database column public.顧客マスタ.請求先コード

This field was generated by MyBatis Generator.

単純名
請求先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#請求先枝番
種類
フィールド
This field corresponds to the database column public.顧客マスタ.請求先枝番

This field was generated by MyBatis Generator.

単純名
顧客メールアドレス
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客メールアドレス
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客メールアドレス

This field was generated by MyBatis Generator.

単純名
顧客住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客住所1
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客住所1

This field was generated by MyBatis Generator.

単純名
顧客住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客住所2
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客住所2

This field was generated by MyBatis Generator.

単純名
顧客区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客区分
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客区分

This field was generated by MyBatis Generator.

単純名
顧客名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客名
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客名

This field was generated by MyBatis Generator.

単純名
顧客名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客名カナ
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客名カナ

This field was generated by MyBatis Generator.

単純名
顧客担当者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客担当者名
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客担当者名

This field was generated by MyBatis Generator.

単純名
顧客支払方法1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客支払方法1
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客支払方法1

This field was generated by MyBatis Generator.

単純名
顧客支払方法2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客支払方法2
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客支払方法2

This field was generated by MyBatis Generator.

単純名
顧客支払日1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客支払日1
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客支払日1

This field was generated by MyBatis Generator.

単純名
顧客支払日2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客支払日2
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客支払日2

This field was generated by MyBatis Generator.

単純名
顧客支払月1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客支払月1
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客支払月1

This field was generated by MyBatis Generator.

単純名
顧客支払月2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客支払月2
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客支払月2

This field was generated by MyBatis Generator.

単純名
顧客締日1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客締日1
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客締日1

This field was generated by MyBatis Generator.

単純名
顧客締日2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客締日2
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客締日2

This field was generated by MyBatis Generator.

単純名
顧客請求区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客請求区分
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客請求区分

This field was generated by MyBatis Generator.

単純名
顧客部門名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客部門名
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客部門名

This field was generated by MyBatis Generator.

単純名
顧客郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客郵便番号
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客郵便番号

This field was generated by MyBatis Generator.

単純名
顧客都道府県
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客都道府県
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客都道府県

This field was generated by MyBatis Generator.

単純名
顧客電話番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客電話番号
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客電話番号

This field was generated by MyBatis Generator.

単純名
顧客fax番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#顧客fax番号
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客FAX番号

This field was generated by MyBatis Generator.

単純名
顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#顧客コード
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客コード

This field was generated by MyBatis Generator.

単純名
顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#顧客枝番
種類
フィールド
This field corresponds to the database column public.顧客マスタ.顧客枝番

This field was generated by MyBatis Generator.

単純名
作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#作成日時
種類
フィールド
This field corresponds to the database column public.顧客別販売単価.作成日時

This field was generated by MyBatis Generator.

単純名
作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#作成者名
種類
フィールド
This field corresponds to the database column public.顧客別販売単価.作成者名

This field was generated by MyBatis Generator.

単純名
更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#更新日時
種類
フィールド
This field corresponds to the database column public.顧客別販売単価.更新日時

This field was generated by MyBatis Generator.

単純名
更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#更新者名
種類
フィールド
This field corresponds to the database column public.顧客別販売単価.更新者名

This field was generated by MyBatis Generator.

単純名
販売単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#販売単価
種類
フィールド
This field corresponds to the database column public.顧客別販売単価.販売単価

This field was generated by MyBatis Generator.

単純名
取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#取引先コード
種類
フィールド
This field corresponds to the database column public.顧客別販売単価.取引先コード

This field was generated by MyBatis Generator.

単純名
商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#商品コード
種類
フィールド
This field corresponds to the database column public.顧客別販売単価.商品コード

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#deleteByPrimaryKey(Integer)
種類
メソッド
This method corresponds to the database table system.application_execution_history

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#insert(ApplicationExecutionHistory)
種類
メソッド
This method corresponds to the database table system.application_execution_history

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#insertSelective(ApplicationExecutionHistory)
種類
メソッド
This method corresponds to the database table system.application_execution_history

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#selectByPrimaryKey(Integer)
種類
メソッド
This method corresponds to the database table system.application_execution_history

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#updateByPrimaryKey(ApplicationExecutionHistory)
種類
メソッド
This method corresponds to the database table system.application_execution_history

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#updateByPrimaryKeySelective(ApplicationExecutionHistory)
種類
メソッド
This method corresponds to the database table system.application_execution_history

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table system.usr

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#insert(Usr)
種類
メソッド
This method corresponds to the database table system.usr

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#insertSelective(Usr)
種類
メソッド
This method corresponds to the database table system.usr

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table system.usr

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#updateByPrimaryKey(Usr)
種類
メソッド
This method corresponds to the database table system.usr

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#updateByPrimaryKeySelective(Usr)
種類
メソッド
This method corresponds to the database table system.usr

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入データMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.仕入データ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入データMapper#insert(仕入データ)
種類
メソッド
This method corresponds to the database table public.仕入データ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入データMapper#insertSelective(仕入データ)
種類
メソッド
This method corresponds to the database table public.仕入データ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入データMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.仕入データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入データMapper#updateByPrimaryKey(仕入データ)
種類
メソッド
This method corresponds to the database table public.仕入データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入データMapper#updateByPrimaryKeySelective(仕入データ)
種類
メソッド
This method corresponds to the database table public.仕入データ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入データ明細Mapper#deleteByPrimaryKey(仕入データ明細Key)
種類
メソッド
This method corresponds to the database table public.仕入データ明細

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入データ明細Mapper#insert(仕入データ明細)
種類
メソッド
This method corresponds to the database table public.仕入データ明細

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入データ明細Mapper#insertSelective(仕入データ明細)
種類
メソッド
This method corresponds to the database table public.仕入データ明細

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入データ明細Mapper#selectByPrimaryKey(仕入データ明細Key)
種類
メソッド
This method corresponds to the database table public.仕入データ明細

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入データ明細Mapper#updateByPrimaryKey(仕入データ明細)
種類
メソッド
This method corresponds to the database table public.仕入データ明細

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入データ明細Mapper#updateByPrimaryKeySelective(仕入データ明細)
種類
メソッド
This method corresponds to the database table public.仕入データ明細

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#deleteByPrimaryKey(仕入先マスタKey)
種類
メソッド
This method corresponds to the database table public.仕入先マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#insert(仕入先マスタ)
種類
メソッド
This method corresponds to the database table public.仕入先マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#insertSelective(仕入先マスタ)
種類
メソッド
This method corresponds to the database table public.仕入先マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#selectByPrimaryKey(仕入先マスタKey)
種類
メソッド
This method corresponds to the database table public.仕入先マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#updateByPrimaryKey(仕入先マスタ)
種類
メソッド
This method corresponds to the database table public.仕入先マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#updateByPrimaryKeySelective(仕入先マスタ)
種類
メソッド
This method corresponds to the database table public.仕入先マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#deleteByPrimaryKey(代替商品Key)
種類
メソッド
This method corresponds to the database table public.代替商品

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#insert(代替商品)
種類
メソッド
This method corresponds to the database table public.代替商品

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#insertSelective(代替商品)
種類
メソッド
This method corresponds to the database table public.代替商品

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#selectByPrimaryKey(代替商品Key)
種類
メソッド
This method corresponds to the database table public.代替商品

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#updateByPrimaryKey(代替商品)
種類
メソッド
This method corresponds to the database table public.代替商品

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#updateByPrimaryKeySelective(代替商品)
種類
メソッド
This method corresponds to the database table public.代替商品

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.倉庫マスタMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.倉庫マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.倉庫マスタMapper#insert(倉庫マスタ)
種類
メソッド
This method corresponds to the database table public.倉庫マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.倉庫マスタMapper#insertSelective(倉庫マスタ)
種類
メソッド
This method corresponds to the database table public.倉庫マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.倉庫マスタMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.倉庫マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.倉庫マスタMapper#updateByPrimaryKey(倉庫マスタ)
種類
メソッド
This method corresponds to the database table public.倉庫マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.倉庫マスタMapper#updateByPrimaryKeySelective(倉庫マスタ)
種類
メソッド
This method corresponds to the database table public.倉庫マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.倉庫部門マスタMapper#deleteByPrimaryKey(倉庫部門マスタKey)
種類
メソッド
This method corresponds to the database table public.倉庫部門マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.倉庫部門マスタMapper#insert(倉庫部門マスタ)
種類
メソッド
This method corresponds to the database table public.倉庫部門マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.倉庫部門マスタMapper#insertSelective(倉庫部門マスタ)
種類
メソッド
This method corresponds to the database table public.倉庫部門マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.倉庫部門マスタMapper#selectByPrimaryKey(倉庫部門マスタKey)
種類
メソッド
This method corresponds to the database table public.倉庫部門マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.倉庫部門マスタMapper#updateByPrimaryKey(倉庫部門マスタ)
種類
メソッド
This method corresponds to the database table public.倉庫部門マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.倉庫部門マスタMapper#updateByPrimaryKeySelective(倉庫部門マスタ)
種類
メソッド
This method corresponds to the database table public.倉庫部門マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.入金データMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.入金データ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.入金データMapper#insert(入金データ)
種類
メソッド
This method corresponds to the database table public.入金データ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.入金データMapper#insertSelective(入金データ)
種類
メソッド
This method corresponds to the database table public.入金データ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.入金データMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.入金データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.入金データMapper#updateByPrimaryKey(入金データ)
種類
メソッド
This method corresponds to the database table public.入金データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.入金データMapper#updateByPrimaryKeySelective(入金データ)
種類
メソッド
This method corresponds to the database table public.入金データ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.入金口座マスタMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.入金口座マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.入金口座マスタMapper#insert(入金口座マスタ)
種類
メソッド
This method corresponds to the database table public.入金口座マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.入金口座マスタMapper#insertSelective(入金口座マスタ)
種類
メソッド
This method corresponds to the database table public.入金口座マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.入金口座マスタMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.入金口座マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.入金口座マスタMapper#updateByPrimaryKey(入金口座マスタ)
種類
メソッド
This method corresponds to the database table public.入金口座マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.入金口座マスタMapper#updateByPrimaryKeySelective(入金口座マスタ)
種類
メソッド
This method corresponds to the database table public.入金口座マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#deleteByPrimaryKey(出荷先マスタKey)
種類
メソッド
This method corresponds to the database table public.出荷先マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#insert(出荷先マスタ)
種類
メソッド
This method corresponds to the database table public.出荷先マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#insertSelective(出荷先マスタ)
種類
メソッド
This method corresponds to the database table public.出荷先マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#selectByPrimaryKey(出荷先マスタKey)
種類
メソッド
This method corresponds to the database table public.出荷先マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#updateByPrimaryKey(出荷先マスタ)
種類
メソッド
This method corresponds to the database table public.出荷先マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#updateByPrimaryKeySelective(出荷先マスタ)
種類
メソッド
This method corresponds to the database table public.出荷先マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.取引先グループマスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#insert(取引先グループマスタ)
種類
メソッド
This method corresponds to the database table public.取引先グループマスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#insertSelective(取引先グループマスタ)
種類
メソッド
This method corresponds to the database table public.取引先グループマスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.取引先グループマスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#updateByPrimaryKey(取引先グループマスタ)
種類
メソッド
This method corresponds to the database table public.取引先グループマスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#updateByPrimaryKeySelective(取引先グループマスタ)
種類
メソッド
This method corresponds to the database table public.取引先グループマスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.取引先マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#insert(取引先マスタ)
種類
メソッド
This method corresponds to the database table public.取引先マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#insertSelective(取引先マスタ)
種類
メソッド
This method corresponds to the database table public.取引先マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.取引先マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#updateByPrimaryKey(取引先マスタ)
種類
メソッド
This method corresponds to the database table public.取引先マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#updateByPrimaryKeySelective(取引先マスタ)
種類
メソッド
This method corresponds to the database table public.取引先マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#deleteByPrimaryKey(取引先分類マスタKey)
種類
メソッド
This method corresponds to the database table public.取引先分類マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#insert(取引先分類マスタ)
種類
メソッド
This method corresponds to the database table public.取引先分類マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#insertSelective(取引先分類マスタ)
種類
メソッド
This method corresponds to the database table public.取引先分類マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#selectByPrimaryKey(取引先分類マスタKey)
種類
メソッド
This method corresponds to the database table public.取引先分類マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#updateByPrimaryKey(取引先分類マスタ)
種類
メソッド
This method corresponds to the database table public.取引先分類マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#updateByPrimaryKeySelective(取引先分類マスタ)
種類
メソッド
This method corresponds to the database table public.取引先分類マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#deleteByPrimaryKey(取引先分類所属マスタKey)
種類
メソッド
This method corresponds to the database table public.取引先分類所属マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#insert(取引先分類所属マスタ)
種類
メソッド
This method corresponds to the database table public.取引先分類所属マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#insertSelective(取引先分類所属マスタ)
種類
メソッド
This method corresponds to the database table public.取引先分類所属マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#selectByPrimaryKey(取引先分類所属マスタKey)
種類
メソッド
This method corresponds to the database table public.取引先分類所属マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#updateByPrimaryKey(取引先分類所属マスタ)
種類
メソッド
This method corresponds to the database table public.取引先分類所属マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#updateByPrimaryKeySelective(取引先分類所属マスタ)
種類
メソッド
This method corresponds to the database table public.取引先分類所属マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.取引先分類種別マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#insert(取引先分類種別マスタ)
種類
メソッド
This method corresponds to the database table public.取引先分類種別マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#insertSelective(取引先分類種別マスタ)
種類
メソッド
This method corresponds to the database table public.取引先分類種別マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.取引先分類種別マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#updateByPrimaryKey(取引先分類種別マスタ)
種類
メソッド
This method corresponds to the database table public.取引先分類種別マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#updateByPrimaryKeySelective(取引先分類種別マスタ)
種類
メソッド
This method corresponds to the database table public.取引先分類種別マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.受注データMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.受注データ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.受注データMapper#insert(受注データ)
種類
メソッド
This method corresponds to the database table public.受注データ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.受注データMapper#insertSelective(受注データ)
種類
メソッド
This method corresponds to the database table public.受注データ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.受注データMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.受注データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.受注データMapper#updateByPrimaryKey(受注データ)
種類
メソッド
This method corresponds to the database table public.受注データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.受注データMapper#updateByPrimaryKeySelective(受注データ)
種類
メソッド
This method corresponds to the database table public.受注データ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.受注データ明細Mapper#deleteByPrimaryKey(受注データ明細Key)
種類
メソッド
This method corresponds to the database table public.受注データ明細

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.受注データ明細Mapper#insert(受注データ明細)
種類
メソッド
This method corresponds to the database table public.受注データ明細

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.受注データ明細Mapper#insertSelective(受注データ明細)
種類
メソッド
This method corresponds to the database table public.受注データ明細

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.受注データ明細Mapper#selectByPrimaryKey(受注データ明細Key)
種類
メソッド
This method corresponds to the database table public.受注データ明細

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.受注データ明細Mapper#updateByPrimaryKey(受注データ明細)
種類
メソッド
This method corresponds to the database table public.受注データ明細

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.受注データ明細Mapper#updateByPrimaryKeySelective(受注データ明細)
種類
メソッド
This method corresponds to the database table public.受注データ明細

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.商品マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#insert(商品マスタ)
種類
メソッド
This method corresponds to the database table public.商品マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#insertSelective(商品マスタ)
種類
メソッド
This method corresponds to the database table public.商品マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.商品マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#updateByPrimaryKey(商品マスタ)
種類
メソッド
This method corresponds to the database table public.商品マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#updateByPrimaryKeySelective(商品マスタ)
種類
メソッド
This method corresponds to the database table public.商品マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.商品分類マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#insert(商品分類マスタ)
種類
メソッド
This method corresponds to the database table public.商品分類マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#insertSelective(商品分類マスタ)
種類
メソッド
This method corresponds to the database table public.商品分類マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.商品分類マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#updateByPrimaryKey(商品分類マスタ)
種類
メソッド
This method corresponds to the database table public.商品分類マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#updateByPrimaryKeySelective(商品分類マスタ)
種類
メソッド
This method corresponds to the database table public.商品分類マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.在庫データMapper#deleteByPrimaryKey(在庫データKey)
種類
メソッド
This method corresponds to the database table public.在庫データ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.在庫データMapper#insert(在庫データ)
種類
メソッド
This method corresponds to the database table public.在庫データ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.在庫データMapper#insertSelective(在庫データ)
種類
メソッド
This method corresponds to the database table public.在庫データ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.在庫データMapper#selectByPrimaryKey(在庫データKey)
種類
メソッド
This method corresponds to the database table public.在庫データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.在庫データMapper#updateByPrimaryKey(在庫データ)
種類
メソッド
This method corresponds to the database table public.在庫データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.在庫データMapper#updateByPrimaryKeySelective(在庫データ)
種類
メソッド
This method corresponds to the database table public.在庫データ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.地域マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#insert(地域マスタ)
種類
メソッド
This method corresponds to the database table public.地域マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#insertSelective(地域マスタ)
種類
メソッド
This method corresponds to the database table public.地域マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.地域マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#updateByPrimaryKey(地域マスタ)
種類
メソッド
This method corresponds to the database table public.地域マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#updateByPrimaryKeySelective(地域マスタ)
種類
メソッド
This method corresponds to the database table public.地域マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.売上データMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.売上データ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.売上データMapper#insert(売上データ)
種類
メソッド
This method corresponds to the database table public.売上データ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.売上データMapper#insertSelective(売上データ)
種類
メソッド
This method corresponds to the database table public.売上データ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.売上データMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.売上データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.売上データMapper#updateByPrimaryKey(売上データ)
種類
メソッド
This method corresponds to the database table public.売上データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.売上データMapper#updateByPrimaryKeySelective(売上データ)
種類
メソッド
This method corresponds to the database table public.売上データ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.売上データ明細Mapper#deleteByPrimaryKey(売上データ明細Key)
種類
メソッド
This method corresponds to the database table public.売上データ明細

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.売上データ明細Mapper#insert(売上データ明細)
種類
メソッド
This method corresponds to the database table public.売上データ明細

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.売上データ明細Mapper#insertSelective(売上データ明細)
種類
メソッド
This method corresponds to the database table public.売上データ明細

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.売上データ明細Mapper#selectByPrimaryKey(売上データ明細Key)
種類
メソッド
This method corresponds to the database table public.売上データ明細

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.売上データ明細Mapper#updateByPrimaryKey(売上データ明細)
種類
メソッド
This method corresponds to the database table public.売上データ明細

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.売上データ明細Mapper#updateByPrimaryKeySelective(売上データ明細)
種類
メソッド
This method corresponds to the database table public.売上データ明細

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.支払データMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.支払データ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.支払データMapper#insert(支払データ)
種類
メソッド
This method corresponds to the database table public.支払データ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.支払データMapper#insertSelective(支払データ)
種類
メソッド
This method corresponds to the database table public.支払データ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.支払データMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.支払データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.支払データMapper#updateByPrimaryKey(支払データ)
種類
メソッド
This method corresponds to the database table public.支払データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.支払データMapper#updateByPrimaryKeySelective(支払データ)
種類
メソッド
This method corresponds to the database table public.支払データ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.棚番マスタMapper#deleteByPrimaryKey(棚番マスタKey)
種類
メソッド
This method corresponds to the database table public.棚番マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.棚番マスタMapper#insert(棚番マスタ)
種類
メソッド
This method corresponds to the database table public.棚番マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.棚番マスタMapper#insertSelective(棚番マスタ)
種類
メソッド
This method corresponds to the database table public.棚番マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.棚番マスタMapper#selectByPrimaryKey(棚番マスタKey)
種類
メソッド
This method corresponds to the database table public.棚番マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.棚番マスタMapper#updateByPrimaryKey(棚番マスタ)
種類
メソッド
This method corresponds to the database table public.棚番マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.棚番マスタMapper#updateByPrimaryKeySelective(棚番マスタ)
種類
メソッド
This method corresponds to the database table public.棚番マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.発注データMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.発注データ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.発注データMapper#insert(発注データ)
種類
メソッド
This method corresponds to the database table public.発注データ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.発注データMapper#insertSelective(発注データ)
種類
メソッド
This method corresponds to the database table public.発注データ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.発注データMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.発注データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.発注データMapper#updateByPrimaryKey(発注データ)
種類
メソッド
This method corresponds to the database table public.発注データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.発注データMapper#updateByPrimaryKeySelective(発注データ)
種類
メソッド
This method corresponds to the database table public.発注データ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.発注データ明細Mapper#deleteByPrimaryKey(発注データ明細Key)
種類
メソッド
This method corresponds to the database table public.発注データ明細

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.発注データ明細Mapper#insert(発注データ明細)
種類
メソッド
This method corresponds to the database table public.発注データ明細

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.発注データ明細Mapper#insertSelective(発注データ明細)
種類
メソッド
This method corresponds to the database table public.発注データ明細

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.発注データ明細Mapper#selectByPrimaryKey(発注データ明細Key)
種類
メソッド
This method corresponds to the database table public.発注データ明細

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.発注データ明細Mapper#updateByPrimaryKey(発注データ明細)
種類
メソッド
This method corresponds to the database table public.発注データ明細

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.発注データ明細Mapper#updateByPrimaryKeySelective(発注データ明細)
種類
メソッド
This method corresponds to the database table public.発注データ明細

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.社員マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#insert(社員マスタ)
種類
メソッド
This method corresponds to the database table public.社員マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#insertSelective(社員マスタ)
種類
メソッド
This method corresponds to the database table public.社員マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.社員マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#updateByPrimaryKey(社員マスタ)
種類
メソッド
This method corresponds to the database table public.社員マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#updateByPrimaryKeySelective(社員マスタ)
種類
メソッド
This method corresponds to the database table public.社員マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.自動採番マスタMapper#deleteByPrimaryKey(自動採番マスタKey)
種類
メソッド
This method corresponds to the database table public.自動採番マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.自動採番マスタMapper#insert(自動採番マスタ)
種類
メソッド
This method corresponds to the database table public.自動採番マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.自動採番マスタMapper#insertSelective(自動採番マスタ)
種類
メソッド
This method corresponds to the database table public.自動採番マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.自動採番マスタMapper#selectByPrimaryKey(自動採番マスタKey)
種類
メソッド
This method corresponds to the database table public.自動採番マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.自動採番マスタMapper#updateByPrimaryKey(自動採番マスタ)
種類
メソッド
This method corresponds to the database table public.自動採番マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.自動採番マスタMapper#updateByPrimaryKeySelective(自動採番マスタ)
種類
メソッド
This method corresponds to the database table public.自動採番マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.請求データMapper#deleteByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.請求データ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.請求データMapper#insert(請求データ)
種類
メソッド
This method corresponds to the database table public.請求データ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.請求データMapper#insertSelective(請求データ)
種類
メソッド
This method corresponds to the database table public.請求データ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.請求データMapper#selectByPrimaryKey(String)
種類
メソッド
This method corresponds to the database table public.請求データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.請求データMapper#updateByPrimaryKey(請求データ)
種類
メソッド
This method corresponds to the database table public.請求データ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.請求データMapper#updateByPrimaryKeySelective(請求データ)
種類
メソッド
This method corresponds to the database table public.請求データ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.請求データ明細Mapper#deleteByPrimaryKey(請求データ明細Key)
種類
メソッド
This method corresponds to the database table public.請求データ明細

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.請求データ明細Mapper#insert(請求データ明細)
種類
メソッド
This method corresponds to the database table public.請求データ明細

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.請求データ明細Mapper#insertSelective(請求データ明細)
種類
メソッド
This method corresponds to the database table public.請求データ明細

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.請求データ明細Mapper#selectByPrimaryKey(請求データ明細Key)
種類
メソッド
This method corresponds to the database table public.請求データ明細

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.請求データ明細Mapper#updateByPrimaryKey(請求データ明細)
種類
メソッド
This method corresponds to the database table public.請求データ明細

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.請求データ明細Mapper#updateByPrimaryKeySelective(請求データ明細)
種類
メソッド
This method corresponds to the database table public.請求データ明細

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#deleteByPrimaryKey(部品表Key)
種類
メソッド
This method corresponds to the database table public.部品表

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#insert(部品表)
種類
メソッド
This method corresponds to the database table public.部品表

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#insertSelective(部品表)
種類
メソッド
This method corresponds to the database table public.部品表

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#selectByPrimaryKey(部品表Key)
種類
メソッド
This method corresponds to the database table public.部品表

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#updateByPrimaryKey(部品表)
種類
メソッド
This method corresponds to the database table public.部品表

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#updateByPrimaryKeySelective(部品表)
種類
メソッド
This method corresponds to the database table public.部品表

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#deleteByPrimaryKey(部門マスタKey)
種類
メソッド
This method corresponds to the database table public.部門マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#insert(部門マスタ)
種類
メソッド
This method corresponds to the database table public.部門マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#insertSelective(部門マスタ)
種類
メソッド
This method corresponds to the database table public.部門マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#selectByPrimaryKey(部門マスタKey)
種類
メソッド
This method corresponds to the database table public.部門マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#updateByPrimaryKey(部門マスタ)
種類
メソッド
This method corresponds to the database table public.部門マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#updateByPrimaryKeySelective(部門マスタ)
種類
メソッド
This method corresponds to the database table public.部門マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#deleteByPrimaryKey(顧客マスタKey)
種類
メソッド
This method corresponds to the database table public.顧客マスタ

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#insert(顧客マスタ)
種類
メソッド
This method corresponds to the database table public.顧客マスタ

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#insertSelective(顧客マスタ)
種類
メソッド
This method corresponds to the database table public.顧客マスタ

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#selectByPrimaryKey(顧客マスタKey)
種類
メソッド
This method corresponds to the database table public.顧客マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#updateByPrimaryKey(顧客マスタ)
種類
メソッド
This method corresponds to the database table public.顧客マスタ

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#updateByPrimaryKeySelective(顧客マスタ)
種類
メソッド
This method corresponds to the database table public.顧客マスタ

This method was generated by MyBatis Generator.

単純名
deleteByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#deleteByPrimaryKey(顧客別販売単価Key)
種類
メソッド
This method corresponds to the database table public.顧客別販売単価

This method was generated by MyBatis Generator.

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#insert(顧客別販売単価)
種類
メソッド
This method corresponds to the database table public.顧客別販売単価

This method was generated by MyBatis Generator.

単純名
insertSelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#insertSelective(顧客別販売単価)
種類
メソッド
This method corresponds to the database table public.顧客別販売単価

This method was generated by MyBatis Generator.

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#selectByPrimaryKey(顧客別販売単価Key)
種類
メソッド
This method corresponds to the database table public.顧客別販売単価

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#updateByPrimaryKey(顧客別販売単価)
種類
メソッド
This method corresponds to the database table public.顧客別販売単価

This method was generated by MyBatis Generator.

単純名
updateByPrimaryKeySelective
完全修飾名
com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#updateByPrimaryKeySelective(顧客別販売単価)
種類
メソッド
This method corresponds to the database table public.顧客別販売単価

This method was generated by MyBatis Generator.

単純名
getId
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getId()
種類
メソッド
This method returns the value of the database column system.application_execution_history.id

This method was generated by MyBatis Generator.

単純名
getProcessCode
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessCode()
種類
メソッド
This method returns the value of the database column system.application_execution_history.process_code

This method was generated by MyBatis Generator.

単純名
getProcessDetails
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessDetails()
種類
メソッド
This method returns the value of the database column system.application_execution_history.process_details

This method was generated by MyBatis Generator.

単純名
getProcessEnd
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessEnd()
種類
メソッド
This method returns the value of the database column system.application_execution_history.process_end

This method was generated by MyBatis Generator.

単純名
getProcessFlag
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessFlag()
種類
メソッド
This method returns the value of the database column system.application_execution_history.process_flag

This method was generated by MyBatis Generator.

単純名
getProcessName
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessName()
種類
メソッド
This method returns the value of the database column system.application_execution_history.process_name

This method was generated by MyBatis Generator.

単純名
getProcessStart
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessStart()
種類
メソッド
This method returns the value of the database column system.application_execution_history.process_start

This method was generated by MyBatis Generator.

単純名
getProcessType
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessType()
種類
メソッド
This method returns the value of the database column system.application_execution_history.process_type

This method was generated by MyBatis Generator.

単純名
getUserId
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getUserId()
種類
メソッド
This method returns the value of the database column system.application_execution_history.user_id

This method was generated by MyBatis Generator.

単純名
getVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getVersion()
種類
メソッド
This method returns the value of the database column system.application_execution_history.version

This method was generated by MyBatis Generator.

単純名
setId
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setId(Integer)
種類
メソッド
This method sets the value of the database column system.application_execution_history.id

This method was generated by MyBatis Generator.

単純名
setProcessCode
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessCode(String)
種類
メソッド
This method sets the value of the database column system.application_execution_history.process_code

This method was generated by MyBatis Generator.

単純名
setProcessDetails
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessDetails(String)
種類
メソッド
This method sets the value of the database column system.application_execution_history.process_details

This method was generated by MyBatis Generator.

単純名
setProcessEnd
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessEnd(LocalDateTime)
種類
メソッド
This method sets the value of the database column system.application_execution_history.process_end

This method was generated by MyBatis Generator.

単純名
setProcessFlag
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessFlag(Integer)
種類
メソッド
This method sets the value of the database column system.application_execution_history.process_flag

This method was generated by MyBatis Generator.

単純名
setProcessName
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessName(String)
種類
メソッド
This method sets the value of the database column system.application_execution_history.process_name

This method was generated by MyBatis Generator.

単純名
setProcessStart
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessStart(LocalDateTime)
種類
メソッド
This method sets the value of the database column system.application_execution_history.process_start

This method was generated by MyBatis Generator.

単純名
setProcessType
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessType(String)
種類
メソッド
This method sets the value of the database column system.application_execution_history.process_type

This method was generated by MyBatis Generator.

単純名
setUserId
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setUserId(String)
種類
メソッド
This method sets the value of the database column system.application_execution_history.user_id

This method was generated by MyBatis Generator.

単純名
setVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setVersion(Integer)
種類
メソッド
This method sets the value of the database column system.application_execution_history.version

This method was generated by MyBatis Generator.

単純名
getFirstName
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#getFirstName()
種類
メソッド
This method returns the value of the database column system.usr.first_name

This method was generated by MyBatis Generator.

単純名
getLastName
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#getLastName()
種類
メソッド
This method returns the value of the database column system.usr.last_name

This method was generated by MyBatis Generator.

単純名
getPassword
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#getPassword()
種類
メソッド
This method returns the value of the database column system.usr.password

This method was generated by MyBatis Generator.

単純名
getRoleName
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#getRoleName()
種類
メソッド
This method returns the value of the database column system.usr.role_name

This method was generated by MyBatis Generator.

単純名
getUserId
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#getUserId()
種類
メソッド
This method returns the value of the database column system.usr.user_id

This method was generated by MyBatis Generator.

単純名
setFirstName
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#setFirstName(String)
種類
メソッド
This method sets the value of the database column system.usr.first_name

This method was generated by MyBatis Generator.

単純名
setLastName
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#setLastName(String)
種類
メソッド
This method sets the value of the database column system.usr.last_name

This method was generated by MyBatis Generator.

単純名
setPassword
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#setPassword(String)
種類
メソッド
This method sets the value of the database column system.usr.password

This method was generated by MyBatis Generator.

単純名
setRoleName
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#setRoleName(String)
種類
メソッド
This method sets the value of the database column system.usr.role_name

This method was generated by MyBatis Generator.

単純名
setUserId
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.Usr#setUserId(String)
種類
メソッド
This method sets the value of the database column system.usr.user_id

This method was generated by MyBatis Generator.

単純名
getUpdater
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#getUpdater()
種類
メソッド
This method returns the value of the database column public.仕入データ.updater

This method was generated by MyBatis Generator.

単純名
get仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get仕入先コード()
種類
メソッド
This method returns the value of the database column public.仕入データ.仕入先コード

This method was generated by MyBatis Generator.

単純名
get仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get仕入先枝番()
種類
メソッド
This method returns the value of the database column public.仕入データ.仕入先枝番

This method was generated by MyBatis Generator.

単純名
get仕入担当者コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get仕入担当者コード()
種類
メソッド
This method returns the value of the database column public.仕入データ.仕入担当者コード

This method was generated by MyBatis Generator.

単純名
get仕入日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get仕入日()
種類
メソッド
This method returns the value of the database column public.仕入データ.仕入日

This method was generated by MyBatis Generator.

単純名
get仕入番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get仕入番号()
種類
メソッド
This method returns the value of the database column public.仕入データ.仕入番号

This method was generated by MyBatis Generator.

単純名
get仕入金額合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get仕入金額合計()
種類
メソッド
This method returns the value of the database column public.仕入データ.仕入金額合計

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get作成日時()
種類
メソッド
This method returns the value of the database column public.仕入データ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get作成者名()
種類
メソッド
This method returns the value of the database column public.仕入データ.作成者名

This method was generated by MyBatis Generator.

単純名
get備考
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get備考()
種類
メソッド
This method returns the value of the database column public.仕入データ.備考

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get更新日時()
種類
メソッド
This method returns the value of the database column public.仕入データ.更新日時

This method was generated by MyBatis Generator.

単純名
get消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get消費税合計()
種類
メソッド
This method returns the value of the database column public.仕入データ.消費税合計

This method was generated by MyBatis Generator.

単純名
get発注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get発注番号()
種類
メソッド
This method returns the value of the database column public.仕入データ.発注番号

This method was generated by MyBatis Generator.

単純名
get部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get部門コード()
種類
メソッド
This method returns the value of the database column public.仕入データ.部門コード

This method was generated by MyBatis Generator.

単純名
get開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#get開始日()
種類
メソッド
This method returns the value of the database column public.仕入データ.開始日

This method was generated by MyBatis Generator.

単純名
setUpdater
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#setUpdater(String)
種類
メソッド
This method sets the value of the database column public.仕入データ.updater

This method was generated by MyBatis Generator.

単純名
set仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set仕入先コード(String)
種類
メソッド
This method sets the value of the database column public.仕入データ.仕入先コード

This method was generated by MyBatis Generator.

単純名
set仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set仕入先枝番(Integer)
種類
メソッド
This method sets the value of the database column public.仕入データ.仕入先枝番

This method was generated by MyBatis Generator.

単純名
set仕入担当者コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set仕入担当者コード(String)
種類
メソッド
This method sets the value of the database column public.仕入データ.仕入担当者コード

This method was generated by MyBatis Generator.

単純名
set仕入日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set仕入日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.仕入データ.仕入日

This method was generated by MyBatis Generator.

単純名
set仕入番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set仕入番号(String)
種類
メソッド
This method sets the value of the database column public.仕入データ.仕入番号

This method was generated by MyBatis Generator.

単純名
set仕入金額合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set仕入金額合計(Integer)
種類
メソッド
This method sets the value of the database column public.仕入データ.仕入金額合計

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.仕入データ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.仕入データ.作成者名

This method was generated by MyBatis Generator.

単純名
set備考
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set備考(String)
種類
メソッド
This method sets the value of the database column public.仕入データ.備考

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.仕入データ.更新日時

This method was generated by MyBatis Generator.

単純名
set消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set消費税合計(Integer)
種類
メソッド
This method sets the value of the database column public.仕入データ.消費税合計

This method was generated by MyBatis Generator.

単純名
set発注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set発注番号(String)
種類
メソッド
This method sets the value of the database column public.仕入データ.発注番号

This method was generated by MyBatis Generator.

単純名
set部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set部門コード(String)
種類
メソッド
This method sets the value of the database column public.仕入データ.部門コード

This method was generated by MyBatis Generator.

単純名
set開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ#set開始日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.仕入データ.開始日

This method was generated by MyBatis Generator.

単純名
get仕入単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get仕入単価()
種類
メソッド
This method returns the value of the database column public.仕入データ明細.仕入単価

This method was generated by MyBatis Generator.

単純名
get仕入数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get仕入数量()
種類
メソッド
This method returns the value of the database column public.仕入データ明細.仕入数量

This method was generated by MyBatis Generator.

単純名
get仕入行表示番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get仕入行表示番号()
種類
メソッド
This method returns the value of the database column public.仕入データ明細.仕入行表示番号

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get作成日時()
種類
メソッド
This method returns the value of the database column public.仕入データ明細.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get作成者名()
種類
メソッド
This method returns the value of the database column public.仕入データ明細.作成者名

This method was generated by MyBatis Generator.

単純名
get倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get倉庫コード()
種類
メソッド
This method returns the value of the database column public.仕入データ明細.倉庫コード

This method was generated by MyBatis Generator.

単純名
get商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get商品コード()
種類
メソッド
This method returns the value of the database column public.仕入データ明細.商品コード

This method was generated by MyBatis Generator.

単純名
get商品名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get商品名()
種類
メソッド
This method returns the value of the database column public.仕入データ明細.商品名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get更新日時()
種類
メソッド
This method returns the value of the database column public.仕入データ明細.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get更新者名()
種類
メソッド
This method returns the value of the database column public.仕入データ明細.更新者名

This method was generated by MyBatis Generator.

単純名
get発注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#get発注行番号()
種類
メソッド
This method returns the value of the database column public.仕入データ明細.発注行番号

This method was generated by MyBatis Generator.

単純名
set仕入単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set仕入単価(Integer)
種類
メソッド
This method sets the value of the database column public.仕入データ明細.仕入単価

This method was generated by MyBatis Generator.

単純名
set仕入数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set仕入数量(Integer)
種類
メソッド
This method sets the value of the database column public.仕入データ明細.仕入数量

This method was generated by MyBatis Generator.

単純名
set仕入行表示番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set仕入行表示番号(Integer)
種類
メソッド
This method sets the value of the database column public.仕入データ明細.仕入行表示番号

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.仕入データ明細.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.仕入データ明細.作成者名

This method was generated by MyBatis Generator.

単純名
set倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set倉庫コード(String)
種類
メソッド
This method sets the value of the database column public.仕入データ明細.倉庫コード

This method was generated by MyBatis Generator.

単純名
set商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set商品コード(String)
種類
メソッド
This method sets the value of the database column public.仕入データ明細.商品コード

This method was generated by MyBatis Generator.

単純名
set商品名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set商品名(String)
種類
メソッド
This method sets the value of the database column public.仕入データ明細.商品名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.仕入データ明細.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.仕入データ明細.更新者名

This method was generated by MyBatis Generator.

単純名
set発注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細#set発注行番号(Integer)
種類
メソッド
This method sets the value of the database column public.仕入データ明細.発注行番号

This method was generated by MyBatis Generator.

単純名
get仕入番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細Key#get仕入番号()
種類
メソッド
This method returns the value of the database column public.仕入データ明細.仕入番号

This method was generated by MyBatis Generator.

単純名
get仕入行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細Key#get仕入行番号()
種類
メソッド
This method returns the value of the database column public.仕入データ明細.仕入行番号

This method was generated by MyBatis Generator.

単純名
set仕入番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細Key#set仕入番号(String)
種類
メソッド
This method sets the value of the database column public.仕入データ明細.仕入番号

This method was generated by MyBatis Generator.

単純名
set仕入行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入データ明細Key#set仕入行番号(Integer)
種類
メソッド
This method sets the value of the database column public.仕入データ明細.仕入行番号

This method was generated by MyBatis Generator.

単純名
get仕入先メールアドレス
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先メールアドレス()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先メールアドレス

This method was generated by MyBatis Generator.

単純名
get仕入先住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先住所1()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先住所1

This method was generated by MyBatis Generator.

単純名
get仕入先住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先住所2()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先住所2

This method was generated by MyBatis Generator.

単純名
get仕入先名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先名()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先名

This method was generated by MyBatis Generator.

単純名
get仕入先名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先名カナ()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先名カナ

This method was generated by MyBatis Generator.

単純名
get仕入先担当者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先担当者名()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先担当者名

This method was generated by MyBatis Generator.

単純名
get仕入先支払方法
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先支払方法()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先支払方法

This method was generated by MyBatis Generator.

単純名
get仕入先支払日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先支払日()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先支払日

This method was generated by MyBatis Generator.

単純名
get仕入先支払月
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先支払月()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先支払月

This method was generated by MyBatis Generator.

単純名
get仕入先締日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先締日()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先締日

This method was generated by MyBatis Generator.

単純名
get仕入先部門名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先部門名()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先部門名

This method was generated by MyBatis Generator.

単純名
get仕入先郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先郵便番号()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先郵便番号

This method was generated by MyBatis Generator.

単純名
get仕入先都道府県
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先都道府県()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先都道府県

This method was generated by MyBatis Generator.

単純名
get仕入先電話番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先電話番号()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先電話番号

This method was generated by MyBatis Generator.

単純名
get仕入先fax番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先fax番号()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先FAX番号

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set仕入先メールアドレス
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先メールアドレス(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先メールアドレス

This method was generated by MyBatis Generator.

単純名
set仕入先住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先住所1(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先住所1

This method was generated by MyBatis Generator.

単純名
set仕入先住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先住所2(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先住所2

This method was generated by MyBatis Generator.

単純名
set仕入先名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先名(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先名

This method was generated by MyBatis Generator.

単純名
set仕入先名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先名カナ(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先名カナ

This method was generated by MyBatis Generator.

単純名
set仕入先担当者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先担当者名(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先担当者名

This method was generated by MyBatis Generator.

単純名
set仕入先支払方法
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先支払方法(Integer)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先支払方法

This method was generated by MyBatis Generator.

単純名
set仕入先支払日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先支払日(Integer)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先支払日

This method was generated by MyBatis Generator.

単純名
set仕入先支払月
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先支払月(Integer)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先支払月

This method was generated by MyBatis Generator.

単純名
set仕入先締日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先締日(Integer)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先締日

This method was generated by MyBatis Generator.

単純名
set仕入先部門名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先部門名(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先部門名

This method was generated by MyBatis Generator.

単純名
set仕入先郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先郵便番号(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先郵便番号

This method was generated by MyBatis Generator.

単純名
set仕入先都道府県
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先都道府県(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先都道府県

This method was generated by MyBatis Generator.

単純名
set仕入先電話番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先電話番号(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先電話番号

This method was generated by MyBatis Generator.

単純名
set仕入先fax番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先fax番号(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先FAX番号

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#get仕入先コード()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先コード

This method was generated by MyBatis Generator.

単純名
get仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#get仕入先枝番()
種類
メソッド
This method returns the value of the database column public.仕入先マスタ.仕入先枝番

This method was generated by MyBatis Generator.

単純名
set仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#set仕入先コード(String)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先コード

This method was generated by MyBatis Generator.

単純名
set仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#set仕入先枝番(Integer)
種類
メソッド
This method sets the value of the database column public.仕入先マスタ.仕入先枝番

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#get作成日時()
種類
メソッド
This method returns the value of the database column public.代替商品.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#get作成者名()
種類
メソッド
This method returns the value of the database column public.代替商品.作成者名

This method was generated by MyBatis Generator.

単純名
get優先順位
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#get優先順位()
種類
メソッド
This method returns the value of the database column public.代替商品.優先順位

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#get更新日時()
種類
メソッド
This method returns the value of the database column public.代替商品.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#get更新者名()
種類
メソッド
This method returns the value of the database column public.代替商品.更新者名

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.代替商品.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.代替商品.作成者名

This method was generated by MyBatis Generator.

単純名
set優先順位
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#set優先順位(Integer)
種類
メソッド
This method sets the value of the database column public.代替商品.優先順位

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.代替商品.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.代替商品.更新者名

This method was generated by MyBatis Generator.

単純名
get代替商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#get代替商品コード()
種類
メソッド
This method returns the value of the database column public.代替商品.代替商品コード

This method was generated by MyBatis Generator.

単純名
get商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#get商品コード()
種類
メソッド
This method returns the value of the database column public.代替商品.商品コード

This method was generated by MyBatis Generator.

単純名
set代替商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#set代替商品コード(String)
種類
メソッド
This method sets the value of the database column public.代替商品.代替商品コード

This method was generated by MyBatis Generator.

単純名
set商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#set商品コード(String)
種類
メソッド
This method sets the value of the database column public.代替商品.商品コード

This method was generated by MyBatis Generator.

単純名
get住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get住所1()
種類
メソッド
This method returns the value of the database column public.倉庫マスタ.住所1

This method was generated by MyBatis Generator.

単純名
get住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get住所2()
種類
メソッド
This method returns the value of the database column public.倉庫マスタ.住所2

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.倉庫マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.倉庫マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get倉庫コード()
種類
メソッド
This method returns the value of the database column public.倉庫マスタ.倉庫コード

This method was generated by MyBatis Generator.

単純名
get倉庫区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get倉庫区分()
種類
メソッド
This method returns the value of the database column public.倉庫マスタ.倉庫区分

This method was generated by MyBatis Generator.

単純名
get倉庫名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get倉庫名()
種類
メソッド
This method returns the value of the database column public.倉庫マスタ.倉庫名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.倉庫マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.倉庫マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get郵便番号()
種類
メソッド
This method returns the value of the database column public.倉庫マスタ.郵便番号

This method was generated by MyBatis Generator.

単純名
get都道府県
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#get都道府県()
種類
メソッド
This method returns the value of the database column public.倉庫マスタ.都道府県

This method was generated by MyBatis Generator.

単純名
set住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set住所1(String)
種類
メソッド
This method sets the value of the database column public.倉庫マスタ.住所1

This method was generated by MyBatis Generator.

単純名
set住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set住所2(String)
種類
メソッド
This method sets the value of the database column public.倉庫マスタ.住所2

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.倉庫マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.倉庫マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set倉庫コード(String)
種類
メソッド
This method sets the value of the database column public.倉庫マスタ.倉庫コード

This method was generated by MyBatis Generator.

単純名
set倉庫区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set倉庫区分(String)
種類
メソッド
This method sets the value of the database column public.倉庫マスタ.倉庫区分

This method was generated by MyBatis Generator.

単純名
set倉庫名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set倉庫名(String)
種類
メソッド
This method sets the value of the database column public.倉庫マスタ.倉庫名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.倉庫マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.倉庫マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set郵便番号(String)
種類
メソッド
This method sets the value of the database column public.倉庫マスタ.郵便番号

This method was generated by MyBatis Generator.

単純名
set都道府県
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫マスタ#set都道府県(String)
種類
メソッド
This method sets the value of the database column public.倉庫マスタ.都道府県

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.倉庫部門マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.倉庫部門マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.倉庫部門マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.倉庫部門マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.倉庫部門マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.倉庫部門マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.倉庫部門マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.倉庫部門マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#get倉庫コード()
種類
メソッド
This method returns the value of the database column public.倉庫部門マスタ.倉庫コード

This method was generated by MyBatis Generator.

単純名
get部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#get部門コード()
種類
メソッド
This method returns the value of the database column public.倉庫部門マスタ.部門コード

This method was generated by MyBatis Generator.

単純名
get開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#get開始日()
種類
メソッド
This method returns the value of the database column public.倉庫部門マスタ.開始日

This method was generated by MyBatis Generator.

単純名
set倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#set倉庫コード(String)
種類
メソッド
This method sets the value of the database column public.倉庫部門マスタ.倉庫コード

This method was generated by MyBatis Generator.

単純名
set部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#set部門コード(String)
種類
メソッド
This method sets the value of the database column public.倉庫部門マスタ.部門コード

This method was generated by MyBatis Generator.

単純名
set開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.倉庫部門マスタKey#set開始日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.倉庫部門マスタ.開始日

This method was generated by MyBatis Generator.

単純名
getプログラム更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#getプログラム更新日時()
種類
メソッド
This method returns the value of the database column public.入金データ.プログラム更新日時

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get作成日時()
種類
メソッド
This method returns the value of the database column public.入金データ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get作成者名()
種類
メソッド
This method returns the value of the database column public.入金データ.作成者名

This method was generated by MyBatis Generator.

単純名
get入金口座コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get入金口座コード()
種類
メソッド
This method returns the value of the database column public.入金データ.入金口座コード

This method was generated by MyBatis Generator.

単純名
get入金日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get入金日()
種類
メソッド
This method returns the value of the database column public.入金データ.入金日

This method was generated by MyBatis Generator.

単純名
get入金番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get入金番号()
種類
メソッド
This method returns the value of the database column public.入金データ.入金番号

This method was generated by MyBatis Generator.

単純名
get入金金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get入金金額()
種類
メソッド
This method returns the value of the database column public.入金データ.入金金額

This method was generated by MyBatis Generator.

単純名
get支払方法区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get支払方法区分()
種類
メソッド
This method returns the value of the database column public.入金データ.支払方法区分

This method was generated by MyBatis Generator.

単純名
get更新プログラム名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get更新プログラム名()
種類
メソッド
This method returns the value of the database column public.入金データ.更新プログラム名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get更新日時()
種類
メソッド
This method returns the value of the database column public.入金データ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get更新者名()
種類
メソッド
This method returns the value of the database column public.入金データ.更新者名

This method was generated by MyBatis Generator.

単純名
get消込金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get消込金額()
種類
メソッド
This method returns the value of the database column public.入金データ.消込金額

This method was generated by MyBatis Generator.

単純名
get部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get部門コード()
種類
メソッド
This method returns the value of the database column public.入金データ.部門コード

This method was generated by MyBatis Generator.

単純名
get開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get開始日()
種類
メソッド
This method returns the value of the database column public.入金データ.開始日

This method was generated by MyBatis Generator.

単純名
get顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get顧客コード()
種類
メソッド
This method returns the value of the database column public.入金データ.顧客コード

This method was generated by MyBatis Generator.

単純名
get顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#get顧客枝番()
種類
メソッド
This method returns the value of the database column public.入金データ.顧客枝番

This method was generated by MyBatis Generator.

単純名
setプログラム更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#setプログラム更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.入金データ.プログラム更新日時

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.入金データ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.入金データ.作成者名

This method was generated by MyBatis Generator.

単純名
set入金口座コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set入金口座コード(String)
種類
メソッド
This method sets the value of the database column public.入金データ.入金口座コード

This method was generated by MyBatis Generator.

単純名
set入金日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set入金日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.入金データ.入金日

This method was generated by MyBatis Generator.

単純名
set入金番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set入金番号(String)
種類
メソッド
This method sets the value of the database column public.入金データ.入金番号

This method was generated by MyBatis Generator.

単純名
set入金金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set入金金額(Integer)
種類
メソッド
This method sets the value of the database column public.入金データ.入金金額

This method was generated by MyBatis Generator.

単純名
set支払方法区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set支払方法区分(Integer)
種類
メソッド
This method sets the value of the database column public.入金データ.支払方法区分

This method was generated by MyBatis Generator.

単純名
set更新プログラム名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set更新プログラム名(String)
種類
メソッド
This method sets the value of the database column public.入金データ.更新プログラム名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.入金データ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.入金データ.更新者名

This method was generated by MyBatis Generator.

単純名
set消込金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set消込金額(Integer)
種類
メソッド
This method sets the value of the database column public.入金データ.消込金額

This method was generated by MyBatis Generator.

単純名
set部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set部門コード(String)
種類
メソッド
This method sets the value of the database column public.入金データ.部門コード

This method was generated by MyBatis Generator.

単純名
set開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set開始日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.入金データ.開始日

This method was generated by MyBatis Generator.

単純名
set顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set顧客コード(String)
種類
メソッド
This method sets the value of the database column public.入金データ.顧客コード

This method was generated by MyBatis Generator.

単純名
set顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金データ#set顧客枝番(Integer)
種類
メソッド
This method sets the value of the database column public.入金データ.顧客枝番

This method was generated by MyBatis Generator.

単純名
getプログラム更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#getプログラム更新日時()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.プログラム更新日時

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get入金口座コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get入金口座コード()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.入金口座コード

This method was generated by MyBatis Generator.

単純名
get入金口座区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get入金口座区分()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.入金口座区分

This method was generated by MyBatis Generator.

単純名
get入金口座名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get入金口座名()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.入金口座名

This method was generated by MyBatis Generator.

単純名
get入金口座番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get入金口座番号()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.入金口座番号

This method was generated by MyBatis Generator.

単純名
get全銀協支店コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get全銀協支店コード()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.全銀協支店コード

This method was generated by MyBatis Generator.

単純名
get全銀協銀行コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get全銀協銀行コード()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.全銀協銀行コード

This method was generated by MyBatis Generator.

単純名
get口座名義人
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get口座名義人()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.口座名義人

This method was generated by MyBatis Generator.

単純名
get更新プログラム名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get更新プログラム名()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.更新プログラム名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get適用終了日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get適用終了日()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.適用終了日

This method was generated by MyBatis Generator.

単純名
get適用開始後入金口座名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get適用開始後入金口座名()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.適用開始後入金口座名

This method was generated by MyBatis Generator.

単純名
get適用開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get適用開始日()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.適用開始日

This method was generated by MyBatis Generator.

単純名
get部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get部門コード()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.部門コード

This method was generated by MyBatis Generator.

単純名
get部門開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get部門開始日()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.部門開始日

This method was generated by MyBatis Generator.

単純名
get銀行口座種別
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#get銀行口座種別()
種類
メソッド
This method returns the value of the database column public.入金口座マスタ.銀行口座種別

This method was generated by MyBatis Generator.

単純名
setプログラム更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#setプログラム更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.プログラム更新日時

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set入金口座コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set入金口座コード(String)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.入金口座コード

This method was generated by MyBatis Generator.

単純名
set入金口座区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set入金口座区分(String)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.入金口座区分

This method was generated by MyBatis Generator.

単純名
set入金口座名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set入金口座名(String)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.入金口座名

This method was generated by MyBatis Generator.

単純名
set入金口座番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set入金口座番号(String)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.入金口座番号

This method was generated by MyBatis Generator.

単純名
set全銀協支店コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set全銀協支店コード(String)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.全銀協支店コード

This method was generated by MyBatis Generator.

単純名
set全銀協銀行コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set全銀協銀行コード(String)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.全銀協銀行コード

This method was generated by MyBatis Generator.

単純名
set口座名義人
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set口座名義人(String)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.口座名義人

This method was generated by MyBatis Generator.

単純名
set更新プログラム名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set更新プログラム名(String)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.更新プログラム名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set適用終了日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set適用終了日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.適用終了日

This method was generated by MyBatis Generator.

単純名
set適用開始後入金口座名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set適用開始後入金口座名(String)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.適用開始後入金口座名

This method was generated by MyBatis Generator.

単純名
set適用開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set適用開始日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.適用開始日

This method was generated by MyBatis Generator.

単純名
set部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set部門コード(String)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.部門コード

This method was generated by MyBatis Generator.

単純名
set部門開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set部門開始日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.部門開始日

This method was generated by MyBatis Generator.

単純名
set銀行口座種別
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.入金口座マスタ#set銀行口座種別(String)
種類
メソッド
This method sets the value of the database column public.入金口座マスタ.銀行口座種別

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.出荷先マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.出荷先マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get出荷先住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get出荷先住所1()
種類
メソッド
This method returns the value of the database column public.出荷先マスタ.出荷先住所1

This method was generated by MyBatis Generator.

単純名
get出荷先住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get出荷先住所2()
種類
メソッド
This method returns the value of the database column public.出荷先マスタ.出荷先住所2

This method was generated by MyBatis Generator.

単純名
get出荷先名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get出荷先名()
種類
メソッド
This method returns the value of the database column public.出荷先マスタ.出荷先名

This method was generated by MyBatis Generator.

単純名
get出荷先郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get出荷先郵便番号()
種類
メソッド
This method returns the value of the database column public.出荷先マスタ.出荷先郵便番号

This method was generated by MyBatis Generator.

単純名
get地域コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get地域コード()
種類
メソッド
This method returns the value of the database column public.出荷先マスタ.地域コード

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.出荷先マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.出荷先マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.出荷先マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.出荷先マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set出荷先住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set出荷先住所1(String)
種類
メソッド
This method sets the value of the database column public.出荷先マスタ.出荷先住所1

This method was generated by MyBatis Generator.

単純名
set出荷先住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set出荷先住所2(String)
種類
メソッド
This method sets the value of the database column public.出荷先マスタ.出荷先住所2

This method was generated by MyBatis Generator.

単純名
set出荷先名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set出荷先名(String)
種類
メソッド
This method sets the value of the database column public.出荷先マスタ.出荷先名

This method was generated by MyBatis Generator.

単純名
set出荷先郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set出荷先郵便番号(String)
種類
メソッド
This method sets the value of the database column public.出荷先マスタ.出荷先郵便番号

This method was generated by MyBatis Generator.

単純名
set地域コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set地域コード(String)
種類
メソッド
This method sets the value of the database column public.出荷先マスタ.地域コード

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.出荷先マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.出荷先マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get出荷先番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#get出荷先番号()
種類
メソッド
This method returns the value of the database column public.出荷先マスタ.出荷先番号

This method was generated by MyBatis Generator.

単純名
get顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#get顧客コード()
種類
メソッド
This method returns the value of the database column public.出荷先マスタ.顧客コード

This method was generated by MyBatis Generator.

単純名
get顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#get顧客枝番()
種類
メソッド
This method returns the value of the database column public.出荷先マスタ.顧客枝番

This method was generated by MyBatis Generator.

単純名
set出荷先番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#set出荷先番号(Integer)
種類
メソッド
This method sets the value of the database column public.出荷先マスタ.出荷先番号

This method was generated by MyBatis Generator.

単純名
set顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#set顧客コード(String)
種類
メソッド
This method sets the value of the database column public.出荷先マスタ.顧客コード

This method was generated by MyBatis Generator.

単純名
set顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#set顧客枝番(Integer)
種類
メソッド
This method sets the value of the database column public.出荷先マスタ.顧客枝番

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.取引先グループマスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.取引先グループマスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get取引先グループコード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get取引先グループコード()
種類
メソッド
This method returns the value of the database column public.取引先グループマスタ.取引先グループコード

This method was generated by MyBatis Generator.

単純名
get取引先グループ名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get取引先グループ名()
種類
メソッド
This method returns the value of the database column public.取引先グループマスタ.取引先グループ名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.取引先グループマスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.取引先グループマスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.取引先グループマスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.取引先グループマスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set取引先グループコード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set取引先グループコード(String)
種類
メソッド
This method sets the value of the database column public.取引先グループマスタ.取引先グループコード

This method was generated by MyBatis Generator.

単純名
set取引先グループ名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set取引先グループ名(String)
種類
メソッド
This method sets the value of the database column public.取引先グループマスタ.取引先グループ名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.取引先グループマスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.取引先グループマスタ.更新者名

This method was generated by MyBatis Generator.

単純名
getVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#getVersion()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.version

This method was generated by MyBatis Generator.

単純名
get与信一時増加枠
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get与信一時増加枠()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.与信一時増加枠

This method was generated by MyBatis Generator.

単純名
get与信限度額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get与信限度額()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.与信限度額

This method was generated by MyBatis Generator.

単純名
get仕入先区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get仕入先区分()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.仕入先区分

This method was generated by MyBatis Generator.

単純名
get住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get住所1()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.住所1

This method was generated by MyBatis Generator.

単純名
get住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get住所2()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.住所2

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get取引先グループコード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引先グループコード()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.取引先グループコード

This method was generated by MyBatis Generator.

単純名
get取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引先コード()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.取引先コード

This method was generated by MyBatis Generator.

単純名
get取引先名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引先名()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.取引先名

This method was generated by MyBatis Generator.

単純名
get取引先名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引先名カナ()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.取引先名カナ

This method was generated by MyBatis Generator.

単純名
get取引禁止フラグ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引禁止フラグ()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.取引禁止フラグ

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get郵便番号()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.郵便番号

This method was generated by MyBatis Generator.

単純名
get都道府県
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get都道府県()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.都道府県

This method was generated by MyBatis Generator.

単純名
get雑区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get雑区分()
種類
メソッド
This method returns the value of the database column public.取引先マスタ.雑区分

This method was generated by MyBatis Generator.

単純名
setVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#setVersion(Integer)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.version

This method was generated by MyBatis Generator.

単純名
set与信一時増加枠
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set与信一時増加枠(Integer)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.与信一時増加枠

This method was generated by MyBatis Generator.

単純名
set与信限度額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set与信限度額(Integer)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.与信限度額

This method was generated by MyBatis Generator.

単純名
set仕入先区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set仕入先区分(Integer)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.仕入先区分

This method was generated by MyBatis Generator.

単純名
set住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set住所1(String)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.住所1

This method was generated by MyBatis Generator.

単純名
set住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set住所2(String)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.住所2

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set取引先グループコード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引先グループコード(String)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.取引先グループコード

This method was generated by MyBatis Generator.

単純名
set取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引先コード(String)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.取引先コード

This method was generated by MyBatis Generator.

単純名
set取引先名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引先名(String)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.取引先名

This method was generated by MyBatis Generator.

単純名
set取引先名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引先名カナ(String)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.取引先名カナ

This method was generated by MyBatis Generator.

単純名
set取引禁止フラグ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引禁止フラグ(Integer)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.取引禁止フラグ

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set郵便番号(String)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.郵便番号

This method was generated by MyBatis Generator.

単純名
set都道府県
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set都道府県(String)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.都道府県

This method was generated by MyBatis Generator.

単純名
set雑区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set雑区分(Integer)
種類
メソッド
This method sets the value of the database column public.取引先マスタ.雑区分

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.取引先分類マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.取引先分類マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get取引先分類名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get取引先分類名()
種類
メソッド
This method returns the value of the database column public.取引先分類マスタ.取引先分類名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.取引先分類マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.取引先分類マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.取引先分類マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.取引先分類マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set取引先分類名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set取引先分類名(String)
種類
メソッド
This method sets the value of the database column public.取引先分類マスタ.取引先分類名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.取引先分類マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.取引先分類マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get取引先分類コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#get取引先分類コード()
種類
メソッド
This method returns the value of the database column public.取引先分類マスタ.取引先分類コード

This method was generated by MyBatis Generator.

単純名
get取引先分類種別コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#get取引先分類種別コード()
種類
メソッド
This method returns the value of the database column public.取引先分類マスタ.取引先分類種別コード

This method was generated by MyBatis Generator.

単純名
set取引先分類コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#set取引先分類コード(String)
種類
メソッド
This method sets the value of the database column public.取引先分類マスタ.取引先分類コード

This method was generated by MyBatis Generator.

単純名
set取引先分類種別コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#set取引先分類種別コード(String)
種類
メソッド
This method sets the value of the database column public.取引先分類マスタ.取引先分類種別コード

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.取引先分類所属マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.取引先分類所属マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.取引先分類所属マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.取引先分類所属マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.取引先分類所属マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.取引先分類所属マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.取引先分類所属マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.取引先分類所属マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#get取引先コード()
種類
メソッド
This method returns the value of the database column public.取引先分類所属マスタ.取引先コード

This method was generated by MyBatis Generator.

単純名
get取引先分類コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#get取引先分類コード()
種類
メソッド
This method returns the value of the database column public.取引先分類所属マスタ.取引先分類コード

This method was generated by MyBatis Generator.

単純名
get取引先分類種別コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#get取引先分類種別コード()
種類
メソッド
This method returns the value of the database column public.取引先分類所属マスタ.取引先分類種別コード

This method was generated by MyBatis Generator.

単純名
set取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#set取引先コード(String)
種類
メソッド
This method sets the value of the database column public.取引先分類所属マスタ.取引先コード

This method was generated by MyBatis Generator.

単純名
set取引先分類コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#set取引先分類コード(String)
種類
メソッド
This method sets the value of the database column public.取引先分類所属マスタ.取引先分類コード

This method was generated by MyBatis Generator.

単純名
set取引先分類種別コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#set取引先分類種別コード(String)
種類
メソッド
This method sets the value of the database column public.取引先分類所属マスタ.取引先分類種別コード

This method was generated by MyBatis Generator.

単純名
getVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#getVersion()
種類
メソッド
This method returns the value of the database column public.取引先分類種別マスタ.version

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.取引先分類種別マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.取引先分類種別マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get取引先分類種別コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get取引先分類種別コード()
種類
メソッド
This method returns the value of the database column public.取引先分類種別マスタ.取引先分類種別コード

This method was generated by MyBatis Generator.

単純名
get取引先分類種別名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get取引先分類種別名()
種類
メソッド
This method returns the value of the database column public.取引先分類種別マスタ.取引先分類種別名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.取引先分類種別マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.取引先分類種別マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
setVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#setVersion(Integer)
種類
メソッド
This method sets the value of the database column public.取引先分類種別マスタ.version

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.取引先分類種別マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.取引先分類種別マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set取引先分類種別コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set取引先分類種別コード(String)
種類
メソッド
This method sets the value of the database column public.取引先分類種別マスタ.取引先分類種別コード

This method was generated by MyBatis Generator.

単純名
set取引先分類種別名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set取引先分類種別名(String)
種類
メソッド
This method sets the value of the database column public.取引先分類種別マスタ.取引先分類種別名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.取引先分類種別マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.取引先分類種別マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
getVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#getVersion()
種類
メソッド
This method returns the value of the database column public.受注データ.version

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get作成日時()
種類
メソッド
This method returns the value of the database column public.受注データ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get作成者名()
種類
メソッド
This method returns the value of the database column public.受注データ.作成者名

This method was generated by MyBatis Generator.

単純名
get倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get倉庫コード()
種類
メソッド
This method returns the value of the database column public.受注データ.倉庫コード

This method was generated by MyBatis Generator.

単純名
get備考
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get備考()
種類
メソッド
This method returns the value of the database column public.受注データ.備考

This method was generated by MyBatis Generator.

単純名
get受注日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get受注日()
種類
メソッド
This method returns the value of the database column public.受注データ.受注日

This method was generated by MyBatis Generator.

単純名
get受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get受注番号()
種類
メソッド
This method returns the value of the database column public.受注データ.受注番号

This method was generated by MyBatis Generator.

単純名
get受注金額合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get受注金額合計()
種類
メソッド
This method returns the value of the database column public.受注データ.受注金額合計

This method was generated by MyBatis Generator.

単純名
get客先注文番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get客先注文番号()
種類
メソッド
This method returns the value of the database column public.受注データ.客先注文番号

This method was generated by MyBatis Generator.

単純名
get希望納期
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get希望納期()
種類
メソッド
This method returns the value of the database column public.受注データ.希望納期

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get更新日時()
種類
メソッド
This method returns the value of the database column public.受注データ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get更新者名()
種類
メソッド
This method returns the value of the database column public.受注データ.更新者名

This method was generated by MyBatis Generator.

単純名
get消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get消費税合計()
種類
メソッド
This method returns the value of the database column public.受注データ.消費税合計

This method was generated by MyBatis Generator.

単純名
get社員コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get社員コード()
種類
メソッド
This method returns the value of the database column public.受注データ.社員コード

This method was generated by MyBatis Generator.

単純名
get部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get部門コード()
種類
メソッド
This method returns the value of the database column public.受注データ.部門コード

This method was generated by MyBatis Generator.

単純名
get部門開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get部門開始日()
種類
メソッド
This method returns the value of the database column public.受注データ.部門開始日

This method was generated by MyBatis Generator.

単純名
get顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get顧客コード()
種類
メソッド
This method returns the value of the database column public.受注データ.顧客コード

This method was generated by MyBatis Generator.

単純名
get顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#get顧客枝番()
種類
メソッド
This method returns the value of the database column public.受注データ.顧客枝番

This method was generated by MyBatis Generator.

単純名
setVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#setVersion(Integer)
種類
メソッド
This method sets the value of the database column public.受注データ.version

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.受注データ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.受注データ.作成者名

This method was generated by MyBatis Generator.

単純名
set倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set倉庫コード(String)
種類
メソッド
This method sets the value of the database column public.受注データ.倉庫コード

This method was generated by MyBatis Generator.

単純名
set備考
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set備考(String)
種類
メソッド
This method sets the value of the database column public.受注データ.備考

This method was generated by MyBatis Generator.

単純名
set受注日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set受注日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.受注データ.受注日

This method was generated by MyBatis Generator.

単純名
set受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set受注番号(String)
種類
メソッド
This method sets the value of the database column public.受注データ.受注番号

This method was generated by MyBatis Generator.

単純名
set受注金額合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set受注金額合計(Integer)
種類
メソッド
This method sets the value of the database column public.受注データ.受注金額合計

This method was generated by MyBatis Generator.

単純名
set客先注文番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set客先注文番号(String)
種類
メソッド
This method sets the value of the database column public.受注データ.客先注文番号

This method was generated by MyBatis Generator.

単純名
set希望納期
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set希望納期(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.受注データ.希望納期

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.受注データ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.受注データ.更新者名

This method was generated by MyBatis Generator.

単純名
set消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set消費税合計(Integer)
種類
メソッド
This method sets the value of the database column public.受注データ.消費税合計

This method was generated by MyBatis Generator.

単純名
set社員コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set社員コード(String)
種類
メソッド
This method sets the value of the database column public.受注データ.社員コード

This method was generated by MyBatis Generator.

単純名
set部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set部門コード(String)
種類
メソッド
This method sets the value of the database column public.受注データ.部門コード

This method was generated by MyBatis Generator.

単純名
set部門開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set部門開始日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.受注データ.部門開始日

This method was generated by MyBatis Generator.

単純名
set顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set顧客コード(String)
種類
メソッド
This method sets the value of the database column public.受注データ.顧客コード

This method was generated by MyBatis Generator.

単純名
set顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ#set顧客枝番(Integer)
種類
メソッド
This method sets the value of the database column public.受注データ.顧客枝番

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get作成日時()
種類
メソッド
This method returns the value of the database column public.受注データ明細.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get作成者名()
種類
メソッド
This method returns the value of the database column public.受注データ明細.作成者名

This method was generated by MyBatis Generator.

単純名
get値引金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get値引金額()
種類
メソッド
This method returns the value of the database column public.受注データ明細.値引金額

This method was generated by MyBatis Generator.

単純名
get出荷指示数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get出荷指示数量()
種類
メソッド
This method returns the value of the database column public.受注データ明細.出荷指示数量

This method was generated by MyBatis Generator.

単純名
get出荷日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get出荷日()
種類
メソッド
This method returns the value of the database column public.受注データ明細.出荷日

This method was generated by MyBatis Generator.

単純名
get出荷済数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get出荷済数量()
種類
メソッド
This method returns the value of the database column public.受注データ明細.出荷済数量

This method was generated by MyBatis Generator.

単純名
get受注数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get受注数量()
種類
メソッド
This method returns the value of the database column public.受注データ明細.受注数量

This method was generated by MyBatis Generator.

単純名
get商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get商品コード()
種類
メソッド
This method returns the value of the database column public.受注データ明細.商品コード

This method was generated by MyBatis Generator.

単純名
get商品名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get商品名()
種類
メソッド
This method returns the value of the database column public.受注データ明細.商品名

This method was generated by MyBatis Generator.

単純名
get完了フラグ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get完了フラグ()
種類
メソッド
This method returns the value of the database column public.受注データ明細.完了フラグ

This method was generated by MyBatis Generator.

単純名
get引当数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get引当数量()
種類
メソッド
This method returns the value of the database column public.受注データ明細.引当数量

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get更新日時()
種類
メソッド
This method returns the value of the database column public.受注データ明細.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get更新者名()
種類
メソッド
This method returns the value of the database column public.受注データ明細.更新者名

This method was generated by MyBatis Generator.

単純名
get消費税率
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get消費税率()
種類
メソッド
This method returns the value of the database column public.受注データ明細.消費税率

This method was generated by MyBatis Generator.

単純名
get納期
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get納期()
種類
メソッド
This method returns the value of the database column public.受注データ明細.納期

This method was generated by MyBatis Generator.

単純名
get販売単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#get販売単価()
種類
メソッド
This method returns the value of the database column public.受注データ明細.販売単価

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.受注データ明細.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.受注データ明細.作成者名

This method was generated by MyBatis Generator.

単純名
set値引金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set値引金額(Integer)
種類
メソッド
This method sets the value of the database column public.受注データ明細.値引金額

This method was generated by MyBatis Generator.

単純名
set出荷指示数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set出荷指示数量(Integer)
種類
メソッド
This method sets the value of the database column public.受注データ明細.出荷指示数量

This method was generated by MyBatis Generator.

単純名
set出荷日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set出荷日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.受注データ明細.出荷日

This method was generated by MyBatis Generator.

単純名
set出荷済数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set出荷済数量(Integer)
種類
メソッド
This method sets the value of the database column public.受注データ明細.出荷済数量

This method was generated by MyBatis Generator.

単純名
set受注数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set受注数量(Integer)
種類
メソッド
This method sets the value of the database column public.受注データ明細.受注数量

This method was generated by MyBatis Generator.

単純名
set商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set商品コード(String)
種類
メソッド
This method sets the value of the database column public.受注データ明細.商品コード

This method was generated by MyBatis Generator.

単純名
set商品名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set商品名(String)
種類
メソッド
This method sets the value of the database column public.受注データ明細.商品名

This method was generated by MyBatis Generator.

単純名
set完了フラグ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set完了フラグ(Integer)
種類
メソッド
This method sets the value of the database column public.受注データ明細.完了フラグ

This method was generated by MyBatis Generator.

単純名
set引当数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set引当数量(Integer)
種類
メソッド
This method sets the value of the database column public.受注データ明細.引当数量

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.受注データ明細.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.受注データ明細.更新者名

This method was generated by MyBatis Generator.

単純名
set消費税率
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set消費税率(Integer)
種類
メソッド
This method sets the value of the database column public.受注データ明細.消費税率

This method was generated by MyBatis Generator.

単純名
set納期
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set納期(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.受注データ明細.納期

This method was generated by MyBatis Generator.

単純名
set販売単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細#set販売単価(Integer)
種類
メソッド
This method sets the value of the database column public.受注データ明細.販売単価

This method was generated by MyBatis Generator.

単純名
get受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細Key#get受注番号()
種類
メソッド
This method returns the value of the database column public.受注データ明細.受注番号

This method was generated by MyBatis Generator.

単純名
get受注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細Key#get受注行番号()
種類
メソッド
This method returns the value of the database column public.受注データ明細.受注行番号

This method was generated by MyBatis Generator.

単純名
set受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細Key#set受注番号(String)
種類
メソッド
This method sets the value of the database column public.受注データ明細.受注番号

This method was generated by MyBatis Generator.

単純名
set受注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.受注データ明細Key#set受注行番号(Integer)
種類
メソッド
This method sets the value of the database column public.受注データ明細.受注行番号

This method was generated by MyBatis Generator.

単純名
getVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#getVersion()
種類
メソッド
This method returns the value of the database column public.商品マスタ.version

This method was generated by MyBatis Generator.

単純名
get仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get仕入先コード()
種類
メソッド
This method returns the value of the database column public.商品マスタ.仕入先コード

This method was generated by MyBatis Generator.

単純名
get仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get仕入先枝番()
種類
メソッド
This method returns the value of the database column public.商品マスタ.仕入先枝番

This method was generated by MyBatis Generator.

単純名
get仕入単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get仕入単価()
種類
メソッド
This method returns the value of the database column public.商品マスタ.仕入単価

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.商品マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.商品マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品コード()
種類
メソッド
This method returns the value of the database column public.商品マスタ.商品コード

This method was generated by MyBatis Generator.

単純名
get商品分類コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品分類コード()
種類
メソッド
This method returns the value of the database column public.商品マスタ.商品分類コード

This method was generated by MyBatis Generator.

単純名
get商品区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品区分()
種類
メソッド
This method returns the value of the database column public.商品マスタ.商品区分

This method was generated by MyBatis Generator.

単純名
get商品名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品名カナ()
種類
メソッド
This method returns the value of the database column public.商品マスタ.商品名カナ

This method was generated by MyBatis Generator.

単純名
get商品正式名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品正式名()
種類
メソッド
This method returns the value of the database column public.商品マスタ.商品正式名

This method was generated by MyBatis Generator.

単純名
get商品略称
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品略称()
種類
メソッド
This method returns the value of the database column public.商品マスタ.商品略称

This method was generated by MyBatis Generator.

単純名
get在庫引当区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get在庫引当区分()
種類
メソッド
This method returns the value of the database column public.商品マスタ.在庫引当区分

This method was generated by MyBatis Generator.

単純名
get在庫管理対象区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get在庫管理対象区分()
種類
メソッド
This method returns the value of the database column public.商品マスタ.在庫管理対象区分

This method was generated by MyBatis Generator.

単純名
get売上原価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get売上原価()
種類
メソッド
This method returns the value of the database column public.商品マスタ.売上原価

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.商品マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.商品マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get税区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get税区分()
種類
メソッド
This method returns the value of the database column public.商品マスタ.税区分

This method was generated by MyBatis Generator.

単純名
get製品型番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get製品型番()
種類
メソッド
This method returns the value of the database column public.商品マスタ.製品型番

This method was generated by MyBatis Generator.

単純名
get販売単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get販売単価()
種類
メソッド
This method returns the value of the database column public.商品マスタ.販売単価

This method was generated by MyBatis Generator.

単純名
get雑区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get雑区分()
種類
メソッド
This method returns the value of the database column public.商品マスタ.雑区分

This method was generated by MyBatis Generator.

単純名
setVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#setVersion(Integer)
種類
メソッド
This method sets the value of the database column public.商品マスタ.version

This method was generated by MyBatis Generator.

単純名
set仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set仕入先コード(String)
種類
メソッド
This method sets the value of the database column public.商品マスタ.仕入先コード

This method was generated by MyBatis Generator.

単純名
set仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set仕入先枝番(Integer)
種類
メソッド
This method sets the value of the database column public.商品マスタ.仕入先枝番

This method was generated by MyBatis Generator.

単純名
set仕入単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set仕入単価(Integer)
種類
メソッド
This method sets the value of the database column public.商品マスタ.仕入単価

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.商品マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.商品マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品コード(String)
種類
メソッド
This method sets the value of the database column public.商品マスタ.商品コード

This method was generated by MyBatis Generator.

単純名
set商品分類コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品分類コード(String)
種類
メソッド
This method sets the value of the database column public.商品マスタ.商品分類コード

This method was generated by MyBatis Generator.

単純名
set商品区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品区分(String)
種類
メソッド
This method sets the value of the database column public.商品マスタ.商品区分

This method was generated by MyBatis Generator.

単純名
set商品名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品名カナ(String)
種類
メソッド
This method sets the value of the database column public.商品マスタ.商品名カナ

This method was generated by MyBatis Generator.

単純名
set商品正式名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品正式名(String)
種類
メソッド
This method sets the value of the database column public.商品マスタ.商品正式名

This method was generated by MyBatis Generator.

単純名
set商品略称
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品略称(String)
種類
メソッド
This method sets the value of the database column public.商品マスタ.商品略称

This method was generated by MyBatis Generator.

単純名
set在庫引当区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set在庫引当区分(Integer)
種類
メソッド
This method sets the value of the database column public.商品マスタ.在庫引当区分

This method was generated by MyBatis Generator.

単純名
set在庫管理対象区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set在庫管理対象区分(Integer)
種類
メソッド
This method sets the value of the database column public.商品マスタ.在庫管理対象区分

This method was generated by MyBatis Generator.

単純名
set売上原価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set売上原価(Integer)
種類
メソッド
This method sets the value of the database column public.商品マスタ.売上原価

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.商品マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.商品マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set税区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set税区分(Integer)
種類
メソッド
This method sets the value of the database column public.商品マスタ.税区分

This method was generated by MyBatis Generator.

単純名
set製品型番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set製品型番(String)
種類
メソッド
This method sets the value of the database column public.商品マスタ.製品型番

This method was generated by MyBatis Generator.

単純名
set販売単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set販売単価(Integer)
種類
メソッド
This method sets the value of the database column public.商品マスタ.販売単価

This method was generated by MyBatis Generator.

単純名
set雑区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set雑区分(Integer)
種類
メソッド
This method sets the value of the database column public.商品マスタ.雑区分

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.商品分類マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.商品分類マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get商品分類コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get商品分類コード()
種類
メソッド
This method returns the value of the database column public.商品分類マスタ.商品分類コード

This method was generated by MyBatis Generator.

単純名
get商品分類パス
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get商品分類パス()
種類
メソッド
This method returns the value of the database column public.商品分類マスタ.商品分類パス

This method was generated by MyBatis Generator.

単純名
get商品分類名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get商品分類名()
種類
メソッド
This method returns the value of the database column public.商品分類マスタ.商品分類名

This method was generated by MyBatis Generator.

単純名
get商品分類階層
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get商品分類階層()
種類
メソッド
This method returns the value of the database column public.商品分類マスタ.商品分類階層

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.商品分類マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.商品分類マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get最下層区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get最下層区分()
種類
メソッド
This method returns the value of the database column public.商品分類マスタ.最下層区分

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.商品分類マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.商品分類マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set商品分類コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set商品分類コード(String)
種類
メソッド
This method sets the value of the database column public.商品分類マスタ.商品分類コード

This method was generated by MyBatis Generator.

単純名
set商品分類パス
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set商品分類パス(String)
種類
メソッド
This method sets the value of the database column public.商品分類マスタ.商品分類パス

This method was generated by MyBatis Generator.

単純名
set商品分類名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set商品分類名(String)
種類
メソッド
This method sets the value of the database column public.商品分類マスタ.商品分類名

This method was generated by MyBatis Generator.

単純名
set商品分類階層
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set商品分類階層(Integer)
種類
メソッド
This method sets the value of the database column public.商品分類マスタ.商品分類階層

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.商品分類マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.商品分類マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set最下層区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set最下層区分(Integer)
種類
メソッド
This method sets the value of the database column public.商品分類マスタ.最下層区分

This method was generated by MyBatis Generator.

単純名
getVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#getVersion()
種類
メソッド
This method returns the value of the database column public.在庫データ.version

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get作成日時()
種類
メソッド
This method returns the value of the database column public.在庫データ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get作成者名()
種類
メソッド
This method returns the value of the database column public.在庫データ.作成者名

This method was generated by MyBatis Generator.

単純名
get実在庫数
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get実在庫数()
種類
メソッド
This method returns the value of the database column public.在庫データ.実在庫数

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get更新日時()
種類
メソッド
This method returns the value of the database column public.在庫データ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get更新者名()
種類
メソッド
This method returns the value of the database column public.在庫データ.更新者名

This method was generated by MyBatis Generator.

単純名
get最終出荷日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get最終出荷日()
種類
メソッド
This method returns the value of the database column public.在庫データ.最終出荷日

This method was generated by MyBatis Generator.

単純名
get有効在庫数
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#get有効在庫数()
種類
メソッド
This method returns the value of the database column public.在庫データ.有効在庫数

This method was generated by MyBatis Generator.

単純名
setVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#setVersion(Integer)
種類
メソッド
This method sets the value of the database column public.在庫データ.version

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.在庫データ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.在庫データ.作成者名

This method was generated by MyBatis Generator.

単純名
set実在庫数
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set実在庫数(Integer)
種類
メソッド
This method sets the value of the database column public.在庫データ.実在庫数

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.在庫データ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.在庫データ.更新者名

This method was generated by MyBatis Generator.

単純名
set最終出荷日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set最終出荷日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.在庫データ.最終出荷日

This method was generated by MyBatis Generator.

単純名
set有効在庫数
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データ#set有効在庫数(Integer)
種類
メソッド
This method sets the value of the database column public.在庫データ.有効在庫数

This method was generated by MyBatis Generator.

単純名
getロット番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#getロット番号()
種類
メソッド
This method returns the value of the database column public.在庫データ.ロット番号

This method was generated by MyBatis Generator.

単純名
get倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#get倉庫コード()
種類
メソッド
This method returns the value of the database column public.在庫データ.倉庫コード

This method was generated by MyBatis Generator.

単純名
get商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#get商品コード()
種類
メソッド
This method returns the value of the database column public.在庫データ.商品コード

This method was generated by MyBatis Generator.

単純名
get在庫区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#get在庫区分()
種類
メソッド
This method returns the value of the database column public.在庫データ.在庫区分

This method was generated by MyBatis Generator.

単純名
get良品区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#get良品区分()
種類
メソッド
This method returns the value of the database column public.在庫データ.良品区分

This method was generated by MyBatis Generator.

単純名
setロット番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#setロット番号(String)
種類
メソッド
This method sets the value of the database column public.在庫データ.ロット番号

This method was generated by MyBatis Generator.

単純名
set倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#set倉庫コード(String)
種類
メソッド
This method sets the value of the database column public.在庫データ.倉庫コード

This method was generated by MyBatis Generator.

単純名
set商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#set商品コード(String)
種類
メソッド
This method sets the value of the database column public.在庫データ.商品コード

This method was generated by MyBatis Generator.

単純名
set在庫区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#set在庫区分(String)
種類
メソッド
This method sets the value of the database column public.在庫データ.在庫区分

This method was generated by MyBatis Generator.

単純名
set良品区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.在庫データKey#set良品区分(String)
種類
メソッド
This method sets the value of the database column public.在庫データ.良品区分

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.地域マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.地域マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get地域コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get地域コード()
種類
メソッド
This method returns the value of the database column public.地域マスタ.地域コード

This method was generated by MyBatis Generator.

単純名
get地域名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get地域名()
種類
メソッド
This method returns the value of the database column public.地域マスタ.地域名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.地域マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.地域マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.地域マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.地域マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set地域コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set地域コード(String)
種類
メソッド
This method sets the value of the database column public.地域マスタ.地域コード

This method was generated by MyBatis Generator.

単純名
set地域名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set地域名(String)
種類
メソッド
This method sets the value of the database column public.地域マスタ.地域名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.地域マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.地域マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
getVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#getVersion()
種類
メソッド
This method returns the value of the database column public.売上データ.version

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get作成日時()
種類
メソッド
This method returns the value of the database column public.売上データ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get作成者名()
種類
メソッド
This method returns the value of the database column public.売上データ.作成者名

This method was generated by MyBatis Generator.

単純名
get備考
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get備考()
種類
メソッド
This method returns the value of the database column public.売上データ.備考

This method was generated by MyBatis Generator.

単純名
get元伝票番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get元伝票番号()
種類
メソッド
This method returns the value of the database column public.売上データ.元伝票番号

This method was generated by MyBatis Generator.

単純名
get取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get取引先コード()
種類
メソッド
This method returns the value of the database column public.売上データ.取引先コード

This method was generated by MyBatis Generator.

単純名
get受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get受注番号()
種類
メソッド
This method returns the value of the database column public.売上データ.受注番号

This method was generated by MyBatis Generator.

単純名
get売上区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get売上区分()
種類
メソッド
This method returns the value of the database column public.売上データ.売上区分

This method was generated by MyBatis Generator.

単純名
get売上日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get売上日()
種類
メソッド
This method returns the value of the database column public.売上データ.売上日

This method was generated by MyBatis Generator.

単純名
get売上番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get売上番号()
種類
メソッド
This method returns the value of the database column public.売上データ.売上番号

This method was generated by MyBatis Generator.

単純名
get売上金額合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get売上金額合計()
種類
メソッド
This method returns the value of the database column public.売上データ.売上金額合計

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get更新日時()
種類
メソッド
This method returns the value of the database column public.売上データ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get更新者名()
種類
メソッド
This method returns the value of the database column public.売上データ.更新者名

This method was generated by MyBatis Generator.

単純名
get消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get消費税合計()
種類
メソッド
This method returns the value of the database column public.売上データ.消費税合計

This method was generated by MyBatis Generator.

単純名
get社員コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get社員コード()
種類
メソッド
This method returns the value of the database column public.売上データ.社員コード

This method was generated by MyBatis Generator.

単純名
get赤黒伝票番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get赤黒伝票番号()
種類
メソッド
This method returns the value of the database column public.売上データ.赤黒伝票番号

This method was generated by MyBatis Generator.

単純名
get部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get部門コード()
種類
メソッド
This method returns the value of the database column public.売上データ.部門コード

This method was generated by MyBatis Generator.

単純名
get部門開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get部門開始日()
種類
メソッド
This method returns the value of the database column public.売上データ.部門開始日

This method was generated by MyBatis Generator.

単純名
get顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get顧客コード()
種類
メソッド
This method returns the value of the database column public.売上データ.顧客コード

This method was generated by MyBatis Generator.

単純名
get顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#get顧客枝番()
種類
メソッド
This method returns the value of the database column public.売上データ.顧客枝番

This method was generated by MyBatis Generator.

単純名
setVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#setVersion(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ.version

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.売上データ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.売上データ.作成者名

This method was generated by MyBatis Generator.

単純名
set備考
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set備考(String)
種類
メソッド
This method sets the value of the database column public.売上データ.備考

This method was generated by MyBatis Generator.

単純名
set元伝票番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set元伝票番号(String)
種類
メソッド
This method sets the value of the database column public.売上データ.元伝票番号

This method was generated by MyBatis Generator.

単純名
set取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set取引先コード(String)
種類
メソッド
This method sets the value of the database column public.売上データ.取引先コード

This method was generated by MyBatis Generator.

単純名
set受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set受注番号(String)
種類
メソッド
This method sets the value of the database column public.売上データ.受注番号

This method was generated by MyBatis Generator.

単純名
set売上区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set売上区分(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ.売上区分

This method was generated by MyBatis Generator.

単純名
set売上日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set売上日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.売上データ.売上日

This method was generated by MyBatis Generator.

単純名
set売上番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set売上番号(String)
種類
メソッド
This method sets the value of the database column public.売上データ.売上番号

This method was generated by MyBatis Generator.

単純名
set売上金額合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set売上金額合計(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ.売上金額合計

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.売上データ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.売上データ.更新者名

This method was generated by MyBatis Generator.

単純名
set消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set消費税合計(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ.消費税合計

This method was generated by MyBatis Generator.

単純名
set社員コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set社員コード(String)
種類
メソッド
This method sets the value of the database column public.売上データ.社員コード

This method was generated by MyBatis Generator.

単純名
set赤黒伝票番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set赤黒伝票番号(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ.赤黒伝票番号

This method was generated by MyBatis Generator.

単純名
set部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set部門コード(String)
種類
メソッド
This method sets the value of the database column public.売上データ.部門コード

This method was generated by MyBatis Generator.

単純名
set部門開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set部門開始日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.売上データ.部門開始日

This method was generated by MyBatis Generator.

単純名
set顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set顧客コード(String)
種類
メソッド
This method sets the value of the database column public.売上データ.顧客コード

This method was generated by MyBatis Generator.

単純名
set顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ#set顧客枝番(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ.顧客枝番

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get作成日時()
種類
メソッド
This method returns the value of the database column public.売上データ明細.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get作成者名()
種類
メソッド
This method returns the value of the database column public.売上データ明細.作成者名

This method was generated by MyBatis Generator.

単純名
get値引金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get値引金額()
種類
メソッド
This method returns the value of the database column public.売上データ明細.値引金額

This method was generated by MyBatis Generator.

単純名
get出荷数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get出荷数量()
種類
メソッド
This method returns the value of the database column public.売上データ明細.出荷数量

This method was generated by MyBatis Generator.

単純名
get受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get受注番号()
種類
メソッド
This method returns the value of the database column public.売上データ明細.受注番号

This method was generated by MyBatis Generator.

単純名
get受注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get受注行番号()
種類
メソッド
This method returns the value of the database column public.売上データ明細.受注行番号

This method was generated by MyBatis Generator.

単純名
get商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get商品コード()
種類
メソッド
This method returns the value of the database column public.売上データ明細.商品コード

This method was generated by MyBatis Generator.

単純名
get商品名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get商品名()
種類
メソッド
This method returns the value of the database column public.売上データ明細.商品名

This method was generated by MyBatis Generator.

単純名
get売上数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get売上数量()
種類
メソッド
This method returns the value of the database column public.売上データ明細.売上数量

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get更新日時()
種類
メソッド
This method returns the value of the database column public.売上データ明細.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get更新者名()
種類
メソッド
This method returns the value of the database column public.売上データ明細.更新者名

This method was generated by MyBatis Generator.

単純名
get消費税率
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get消費税率()
種類
メソッド
This method returns the value of the database column public.売上データ明細.消費税率

This method was generated by MyBatis Generator.

単純名
get自動仕訳日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get自動仕訳日()
種類
メソッド
This method returns the value of the database column public.売上データ明細.自動仕訳日

This method was generated by MyBatis Generator.

単純名
get請求日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get請求日()
種類
メソッド
This method returns the value of the database column public.売上データ明細.請求日

This method was generated by MyBatis Generator.

単純名
get請求番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get請求番号()
種類
メソッド
This method returns the value of the database column public.売上データ明細.請求番号

This method was generated by MyBatis Generator.

単純名
get請求遅延区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get請求遅延区分()
種類
メソッド
This method returns the value of the database column public.売上データ明細.請求遅延区分

This method was generated by MyBatis Generator.

単純名
get販売単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#get販売単価()
種類
メソッド
This method returns the value of the database column public.売上データ明細.販売単価

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.売上データ明細.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.売上データ明細.作成者名

This method was generated by MyBatis Generator.

単純名
set値引金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set値引金額(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ明細.値引金額

This method was generated by MyBatis Generator.

単純名
set出荷数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set出荷数量(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ明細.出荷数量

This method was generated by MyBatis Generator.

単純名
set受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set受注番号(String)
種類
メソッド
This method sets the value of the database column public.売上データ明細.受注番号

This method was generated by MyBatis Generator.

単純名
set受注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set受注行番号(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ明細.受注行番号

This method was generated by MyBatis Generator.

単純名
set商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set商品コード(String)
種類
メソッド
This method sets the value of the database column public.売上データ明細.商品コード

This method was generated by MyBatis Generator.

単純名
set商品名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set商品名(String)
種類
メソッド
This method sets the value of the database column public.売上データ明細.商品名

This method was generated by MyBatis Generator.

単純名
set売上数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set売上数量(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ明細.売上数量

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.売上データ明細.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.売上データ明細.更新者名

This method was generated by MyBatis Generator.

単純名
set消費税率
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set消費税率(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ明細.消費税率

This method was generated by MyBatis Generator.

単純名
set自動仕訳日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set自動仕訳日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.売上データ明細.自動仕訳日

This method was generated by MyBatis Generator.

単純名
set請求日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set請求日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.売上データ明細.請求日

This method was generated by MyBatis Generator.

単純名
set請求番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set請求番号(String)
種類
メソッド
This method sets the value of the database column public.売上データ明細.請求番号

This method was generated by MyBatis Generator.

単純名
set請求遅延区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set請求遅延区分(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ明細.請求遅延区分

This method was generated by MyBatis Generator.

単純名
set販売単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細#set販売単価(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ明細.販売単価

This method was generated by MyBatis Generator.

単純名
get売上番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細Key#get売上番号()
種類
メソッド
This method returns the value of the database column public.売上データ明細.売上番号

This method was generated by MyBatis Generator.

単純名
get売上行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細Key#get売上行番号()
種類
メソッド
This method returns the value of the database column public.売上データ明細.売上行番号

This method was generated by MyBatis Generator.

単純名
set売上番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細Key#set売上番号(String)
種類
メソッド
This method sets the value of the database column public.売上データ明細.売上番号

This method was generated by MyBatis Generator.

単純名
set売上行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.売上データ明細Key#set売上行番号(Integer)
種類
メソッド
This method sets the value of the database column public.売上データ明細.売上行番号

This method was generated by MyBatis Generator.

単純名
get仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get仕入先コード()
種類
メソッド
This method returns the value of the database column public.支払データ.仕入先コード

This method was generated by MyBatis Generator.

単純名
get仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get仕入先枝番()
種類
メソッド
This method returns the value of the database column public.支払データ.仕入先枝番

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get作成日時()
種類
メソッド
This method returns the value of the database column public.支払データ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get作成者名()
種類
メソッド
This method returns the value of the database column public.支払データ.作成者名

This method was generated by MyBatis Generator.

単純名
get支払完了フラグ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get支払完了フラグ()
種類
メソッド
This method returns the value of the database column public.支払データ.支払完了フラグ

This method was generated by MyBatis Generator.

単純名
get支払方法区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get支払方法区分()
種類
メソッド
This method returns the value of the database column public.支払データ.支払方法区分

This method was generated by MyBatis Generator.

単純名
get支払日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get支払日()
種類
メソッド
This method returns the value of the database column public.支払データ.支払日

This method was generated by MyBatis Generator.

単純名
get支払番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get支払番号()
種類
メソッド
This method returns the value of the database column public.支払データ.支払番号

This method was generated by MyBatis Generator.

単純名
get支払金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get支払金額()
種類
メソッド
This method returns the value of the database column public.支払データ.支払金額

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get更新日時()
種類
メソッド
This method returns the value of the database column public.支払データ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get更新者名()
種類
メソッド
This method returns the value of the database column public.支払データ.更新者名

This method was generated by MyBatis Generator.

単純名
get消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get消費税合計()
種類
メソッド
This method returns the value of the database column public.支払データ.消費税合計

This method was generated by MyBatis Generator.

単純名
get部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get部門コード()
種類
メソッド
This method returns the value of the database column public.支払データ.部門コード

This method was generated by MyBatis Generator.

単純名
get部門開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#get部門開始日()
種類
メソッド
This method returns the value of the database column public.支払データ.部門開始日

This method was generated by MyBatis Generator.

単純名
set仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set仕入先コード(String)
種類
メソッド
This method sets the value of the database column public.支払データ.仕入先コード

This method was generated by MyBatis Generator.

単純名
set仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set仕入先枝番(Integer)
種類
メソッド
This method sets the value of the database column public.支払データ.仕入先枝番

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.支払データ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.支払データ.作成者名

This method was generated by MyBatis Generator.

単純名
set支払完了フラグ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set支払完了フラグ(Integer)
種類
メソッド
This method sets the value of the database column public.支払データ.支払完了フラグ

This method was generated by MyBatis Generator.

単純名
set支払方法区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set支払方法区分(Integer)
種類
メソッド
This method sets the value of the database column public.支払データ.支払方法区分

This method was generated by MyBatis Generator.

単純名
set支払日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set支払日(Integer)
種類
メソッド
This method sets the value of the database column public.支払データ.支払日

This method was generated by MyBatis Generator.

単純名
set支払番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set支払番号(String)
種類
メソッド
This method sets the value of the database column public.支払データ.支払番号

This method was generated by MyBatis Generator.

単純名
set支払金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set支払金額(Integer)
種類
メソッド
This method sets the value of the database column public.支払データ.支払金額

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.支払データ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.支払データ.更新者名

This method was generated by MyBatis Generator.

単純名
set消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set消費税合計(Integer)
種類
メソッド
This method sets the value of the database column public.支払データ.消費税合計

This method was generated by MyBatis Generator.

単純名
set部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set部門コード(String)
種類
メソッド
This method sets the value of the database column public.支払データ.部門コード

This method was generated by MyBatis Generator.

単純名
set部門開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.支払データ#set部門開始日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.支払データ.部門開始日

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.棚番マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.棚番マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.棚番マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.棚番マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.棚番マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.棚番マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.棚番マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.棚番マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#get倉庫コード()
種類
メソッド
This method returns the value of the database column public.棚番マスタ.倉庫コード

This method was generated by MyBatis Generator.

単純名
get商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#get商品コード()
種類
メソッド
This method returns the value of the database column public.棚番マスタ.商品コード

This method was generated by MyBatis Generator.

単純名
get棚番コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#get棚番コード()
種類
メソッド
This method returns the value of the database column public.棚番マスタ.棚番コード

This method was generated by MyBatis Generator.

単純名
set倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#set倉庫コード(String)
種類
メソッド
This method sets the value of the database column public.棚番マスタ.倉庫コード

This method was generated by MyBatis Generator.

単純名
set商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#set商品コード(String)
種類
メソッド
This method sets the value of the database column public.棚番マスタ.商品コード

This method was generated by MyBatis Generator.

単純名
set棚番コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.棚番マスタKey#set棚番コード(String)
種類
メソッド
This method sets the value of the database column public.棚番マスタ.棚番コード

This method was generated by MyBatis Generator.

単純名
getVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#getVersion()
種類
メソッド
This method returns the value of the database column public.発注データ.version

This method was generated by MyBatis Generator.

単純名
get仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get仕入先コード()
種類
メソッド
This method returns the value of the database column public.発注データ.仕入先コード

This method was generated by MyBatis Generator.

単純名
get仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get仕入先枝番()
種類
メソッド
This method returns the value of the database column public.発注データ.仕入先枝番

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get作成日時()
種類
メソッド
This method returns the value of the database column public.発注データ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get作成者名()
種類
メソッド
This method returns the value of the database column public.発注データ.作成者名

This method was generated by MyBatis Generator.

単純名
get倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get倉庫コード()
種類
メソッド
This method returns the value of the database column public.発注データ.倉庫コード

This method was generated by MyBatis Generator.

単純名
get備考
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get備考()
種類
メソッド
This method returns the value of the database column public.発注データ.備考

This method was generated by MyBatis Generator.

単純名
get受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get受注番号()
種類
メソッド
This method returns the value of the database column public.発注データ.受注番号

This method was generated by MyBatis Generator.

単純名
get指定納期
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get指定納期()
種類
メソッド
This method returns the value of the database column public.発注データ.指定納期

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get更新日時()
種類
メソッド
This method returns the value of the database column public.発注データ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get更新者名()
種類
メソッド
This method returns the value of the database column public.発注データ.更新者名

This method was generated by MyBatis Generator.

単純名
get消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get消費税合計()
種類
メソッド
This method returns the value of the database column public.発注データ.消費税合計

This method was generated by MyBatis Generator.

単純名
get発注担当者コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get発注担当者コード()
種類
メソッド
This method returns the value of the database column public.発注データ.発注担当者コード

This method was generated by MyBatis Generator.

単純名
get発注日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get発注日()
種類
メソッド
This method returns the value of the database column public.発注データ.発注日

This method was generated by MyBatis Generator.

単純名
get発注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get発注番号()
種類
メソッド
This method returns the value of the database column public.発注データ.発注番号

This method was generated by MyBatis Generator.

単純名
get発注金額合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#get発注金額合計()
種類
メソッド
This method returns the value of the database column public.発注データ.発注金額合計

This method was generated by MyBatis Generator.

単純名
setVersion
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#setVersion(Integer)
種類
メソッド
This method sets the value of the database column public.発注データ.version

This method was generated by MyBatis Generator.

単純名
set仕入先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set仕入先コード(String)
種類
メソッド
This method sets the value of the database column public.発注データ.仕入先コード

This method was generated by MyBatis Generator.

単純名
set仕入先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set仕入先枝番(Integer)
種類
メソッド
This method sets the value of the database column public.発注データ.仕入先枝番

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.発注データ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.発注データ.作成者名

This method was generated by MyBatis Generator.

単純名
set倉庫コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set倉庫コード(String)
種類
メソッド
This method sets the value of the database column public.発注データ.倉庫コード

This method was generated by MyBatis Generator.

単純名
set備考
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set備考(String)
種類
メソッド
This method sets the value of the database column public.発注データ.備考

This method was generated by MyBatis Generator.

単純名
set受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set受注番号(String)
種類
メソッド
This method sets the value of the database column public.発注データ.受注番号

This method was generated by MyBatis Generator.

単純名
set指定納期
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set指定納期(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.発注データ.指定納期

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.発注データ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.発注データ.更新者名

This method was generated by MyBatis Generator.

単純名
set消費税合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set消費税合計(Integer)
種類
メソッド
This method sets the value of the database column public.発注データ.消費税合計

This method was generated by MyBatis Generator.

単純名
set発注担当者コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set発注担当者コード(String)
種類
メソッド
This method sets the value of the database column public.発注データ.発注担当者コード

This method was generated by MyBatis Generator.

単純名
set発注日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set発注日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.発注データ.発注日

This method was generated by MyBatis Generator.

単純名
set発注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set発注番号(String)
種類
メソッド
This method sets the value of the database column public.発注データ.発注番号

This method was generated by MyBatis Generator.

単純名
set発注金額合計
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ#set発注金額合計(Integer)
種類
メソッド
This method sets the value of the database column public.発注データ.発注金額合計

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get作成日時()
種類
メソッド
This method returns the value of the database column public.発注データ明細.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get作成者名()
種類
メソッド
This method returns the value of the database column public.発注データ明細.作成者名

This method was generated by MyBatis Generator.

単純名
get入荷数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get入荷数量()
種類
メソッド
This method returns the value of the database column public.発注データ明細.入荷数量

This method was generated by MyBatis Generator.

単純名
get受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get受注番号()
種類
メソッド
This method returns the value of the database column public.発注データ明細.受注番号

This method was generated by MyBatis Generator.

単純名
get受注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get受注行番号()
種類
メソッド
This method returns the value of the database column public.発注データ明細.受注行番号

This method was generated by MyBatis Generator.

単純名
get商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get商品コード()
種類
メソッド
This method returns the value of the database column public.発注データ明細.商品コード

This method was generated by MyBatis Generator.

単純名
get商品名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get商品名()
種類
メソッド
This method returns the value of the database column public.発注データ明細.商品名

This method was generated by MyBatis Generator.

単純名
get完了フラグ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get完了フラグ()
種類
メソッド
This method returns the value of the database column public.発注データ明細.完了フラグ

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get更新日時()
種類
メソッド
This method returns the value of the database column public.発注データ明細.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get更新者名()
種類
メソッド
This method returns the value of the database column public.発注データ明細.更新者名

This method was generated by MyBatis Generator.

単純名
get発注単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get発注単価()
種類
メソッド
This method returns the value of the database column public.発注データ明細.発注単価

This method was generated by MyBatis Generator.

単純名
get発注数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get発注数量()
種類
メソッド
This method returns the value of the database column public.発注データ明細.発注数量

This method was generated by MyBatis Generator.

単純名
get発注行表示番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#get発注行表示番号()
種類
メソッド
This method returns the value of the database column public.発注データ明細.発注行表示番号

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.発注データ明細.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.発注データ明細.作成者名

This method was generated by MyBatis Generator.

単純名
set入荷数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set入荷数量(Integer)
種類
メソッド
This method sets the value of the database column public.発注データ明細.入荷数量

This method was generated by MyBatis Generator.

単純名
set受注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set受注番号(String)
種類
メソッド
This method sets the value of the database column public.発注データ明細.受注番号

This method was generated by MyBatis Generator.

単純名
set受注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set受注行番号(Integer)
種類
メソッド
This method sets the value of the database column public.発注データ明細.受注行番号

This method was generated by MyBatis Generator.

単純名
set商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set商品コード(String)
種類
メソッド
This method sets the value of the database column public.発注データ明細.商品コード

This method was generated by MyBatis Generator.

単純名
set商品名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set商品名(String)
種類
メソッド
This method sets the value of the database column public.発注データ明細.商品名

This method was generated by MyBatis Generator.

単純名
set完了フラグ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set完了フラグ(Integer)
種類
メソッド
This method sets the value of the database column public.発注データ明細.完了フラグ

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.発注データ明細.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.発注データ明細.更新者名

This method was generated by MyBatis Generator.

単純名
set発注単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set発注単価(Integer)
種類
メソッド
This method sets the value of the database column public.発注データ明細.発注単価

This method was generated by MyBatis Generator.

単純名
set発注数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set発注数量(Integer)
種類
メソッド
This method sets the value of the database column public.発注データ明細.発注数量

This method was generated by MyBatis Generator.

単純名
set発注行表示番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細#set発注行表示番号(Integer)
種類
メソッド
This method sets the value of the database column public.発注データ明細.発注行表示番号

This method was generated by MyBatis Generator.

単純名
get発注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細Key#get発注番号()
種類
メソッド
This method returns the value of the database column public.発注データ明細.発注番号

This method was generated by MyBatis Generator.

単純名
get発注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細Key#get発注行番号()
種類
メソッド
This method returns the value of the database column public.発注データ明細.発注行番号

This method was generated by MyBatis Generator.

単純名
set発注番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細Key#set発注番号(String)
種類
メソッド
This method sets the value of the database column public.発注データ明細.発注番号

This method was generated by MyBatis Generator.

単純名
set発注行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.発注データ明細Key#set発注行番号(Integer)
種類
メソッド
This method sets the value of the database column public.発注データ明細.発注行番号

This method was generated by MyBatis Generator.

単純名
getFax番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#getFax番号()
種類
メソッド
This method returns the value of the database column public.社員マスタ.fax番号

This method was generated by MyBatis Generator.

単純名
getUserId
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#getUserId()
種類
メソッド
This method returns the value of the database column public.社員マスタ.user_id

This method was generated by MyBatis Generator.

単純名
getパスワード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#getパスワード()
種類
メソッド
This method returns the value of the database column public.社員マスタ.パスワード

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.社員マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.社員マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get承認権限コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get承認権限コード()
種類
メソッド
This method returns the value of the database column public.社員マスタ.承認権限コード

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.社員マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.社員マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get社員コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get社員コード()
種類
メソッド
This method returns the value of the database column public.社員マスタ.社員コード

This method was generated by MyBatis Generator.

単純名
get社員名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get社員名()
種類
メソッド
This method returns the value of the database column public.社員マスタ.社員名

This method was generated by MyBatis Generator.

単純名
get社員名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get社員名カナ()
種類
メソッド
This method returns the value of the database column public.社員マスタ.社員名カナ

This method was generated by MyBatis Generator.

単純名
get職種コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get職種コード()
種類
メソッド
This method returns the value of the database column public.社員マスタ.職種コード

This method was generated by MyBatis Generator.

単純名
get部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get部門コード()
種類
メソッド
This method returns the value of the database column public.社員マスタ.部門コード

This method was generated by MyBatis Generator.

単純名
get開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get開始日()
種類
メソッド
This method returns the value of the database column public.社員マスタ.開始日

This method was generated by MyBatis Generator.

単純名
get電話番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get電話番号()
種類
メソッド
This method returns the value of the database column public.社員マスタ.電話番号

This method was generated by MyBatis Generator.

単純名
setFax番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#setFax番号(String)
種類
メソッド
This method sets the value of the database column public.社員マスタ.fax番号

This method was generated by MyBatis Generator.

単純名
setUserId
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#setUserId(String)
種類
メソッド
This method sets the value of the database column public.社員マスタ.user_id

This method was generated by MyBatis Generator.

単純名
setパスワード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#setパスワード(String)
種類
メソッド
This method sets the value of the database column public.社員マスタ.パスワード

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.社員マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.社員マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set承認権限コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set承認権限コード(String)
種類
メソッド
This method sets the value of the database column public.社員マスタ.承認権限コード

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.社員マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.社員マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set社員コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set社員コード(String)
種類
メソッド
This method sets the value of the database column public.社員マスタ.社員コード

This method was generated by MyBatis Generator.

単純名
set社員名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set社員名(String)
種類
メソッド
This method sets the value of the database column public.社員マスタ.社員名

This method was generated by MyBatis Generator.

単純名
set社員名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set社員名カナ(String)
種類
メソッド
This method sets the value of the database column public.社員マスタ.社員名カナ

This method was generated by MyBatis Generator.

単純名
set職種コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set職種コード(String)
種類
メソッド
This method sets the value of the database column public.社員マスタ.職種コード

This method was generated by MyBatis Generator.

単純名
set部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set部門コード(String)
種類
メソッド
This method sets the value of the database column public.社員マスタ.部門コード

This method was generated by MyBatis Generator.

単純名
set開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set開始日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.社員マスタ.開始日

This method was generated by MyBatis Generator.

単純名
set電話番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set電話番号(String)
種類
メソッド
This method sets the value of the database column public.社員マスタ.電話番号

This method was generated by MyBatis Generator.

単純名
get最終伝票番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタ#get最終伝票番号()
種類
メソッド
This method returns the value of the database column public.自動採番マスタ.最終伝票番号

This method was generated by MyBatis Generator.

単純名
set最終伝票番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタ#set最終伝票番号(Integer)
種類
メソッド
This method sets the value of the database column public.自動採番マスタ.最終伝票番号

This method was generated by MyBatis Generator.

単純名
get伝票種別コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタKey#get伝票種別コード()
種類
メソッド
This method returns the value of the database column public.自動採番マスタ.伝票種別コード

This method was generated by MyBatis Generator.

単純名
get年月
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタKey#get年月()
種類
メソッド
This method returns the value of the database column public.自動採番マスタ.年月

This method was generated by MyBatis Generator.

単純名
set伝票種別コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタKey#set伝票種別コード(String)
種類
メソッド
This method sets the value of the database column public.自動採番マスタ.伝票種別コード

This method was generated by MyBatis Generator.

単純名
set年月
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.自動採番マスタKey#set年月(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.自動採番マスタ.年月

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get作成日時()
種類
メソッド
This method returns the value of the database column public.請求データ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get作成者名()
種類
メソッド
This method returns the value of the database column public.請求データ.作成者名

This method was generated by MyBatis Generator.

単純名
get前回入金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get前回入金額()
種類
メソッド
This method returns the value of the database column public.請求データ.前回入金額

This method was generated by MyBatis Generator.

単純名
get取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get取引先コード()
種類
メソッド
This method returns the value of the database column public.請求データ.取引先コード

This method was generated by MyBatis Generator.

単純名
get当月入金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get当月入金額()
種類
メソッド
This method returns the value of the database column public.請求データ.当月入金額

This method was generated by MyBatis Generator.

単純名
get当月売上額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get当月売上額()
種類
メソッド
This method returns the value of the database column public.請求データ.当月売上額

This method was generated by MyBatis Generator.

単純名
get当月請求額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get当月請求額()
種類
メソッド
This method returns the value of the database column public.請求データ.当月請求額

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get更新日時()
種類
メソッド
This method returns the value of the database column public.請求データ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get更新者名()
種類
メソッド
This method returns the value of the database column public.請求データ.更新者名

This method was generated by MyBatis Generator.

単純名
get消費税金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get消費税金額()
種類
メソッド
This method returns the value of the database column public.請求データ.消費税金額

This method was generated by MyBatis Generator.

単純名
get請求日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get請求日()
種類
メソッド
This method returns the value of the database column public.請求データ.請求日

This method was generated by MyBatis Generator.

単純名
get請求消込金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get請求消込金額()
種類
メソッド
This method returns the value of the database column public.請求データ.請求消込金額

This method was generated by MyBatis Generator.

単純名
get請求番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get請求番号()
種類
メソッド
This method returns the value of the database column public.請求データ.請求番号

This method was generated by MyBatis Generator.

単純名
get顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#get顧客枝番()
種類
メソッド
This method returns the value of the database column public.請求データ.顧客枝番

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.請求データ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.請求データ.作成者名

This method was generated by MyBatis Generator.

単純名
set前回入金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set前回入金額(Integer)
種類
メソッド
This method sets the value of the database column public.請求データ.前回入金額

This method was generated by MyBatis Generator.

単純名
set取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set取引先コード(String)
種類
メソッド
This method sets the value of the database column public.請求データ.取引先コード

This method was generated by MyBatis Generator.

単純名
set当月入金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set当月入金額(Integer)
種類
メソッド
This method sets the value of the database column public.請求データ.当月入金額

This method was generated by MyBatis Generator.

単純名
set当月売上額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set当月売上額(Integer)
種類
メソッド
This method sets the value of the database column public.請求データ.当月売上額

This method was generated by MyBatis Generator.

単純名
set当月請求額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set当月請求額(Integer)
種類
メソッド
This method sets the value of the database column public.請求データ.当月請求額

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.請求データ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.請求データ.更新者名

This method was generated by MyBatis Generator.

単純名
set消費税金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set消費税金額(Integer)
種類
メソッド
This method sets the value of the database column public.請求データ.消費税金額

This method was generated by MyBatis Generator.

単純名
set請求日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set請求日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.請求データ.請求日

This method was generated by MyBatis Generator.

単純名
set請求消込金額
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set請求消込金額(Integer)
種類
メソッド
This method sets the value of the database column public.請求データ.請求消込金額

This method was generated by MyBatis Generator.

単純名
set請求番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set請求番号(String)
種類
メソッド
This method sets the value of the database column public.請求データ.請求番号

This method was generated by MyBatis Generator.

単純名
set顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ#set顧客枝番(Integer)
種類
メソッド
This method sets the value of the database column public.請求データ.顧客枝番

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#get作成日時()
種類
メソッド
This method returns the value of the database column public.請求データ明細.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#get作成者名()
種類
メソッド
This method returns the value of the database column public.請求データ明細.作成者名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#get更新日時()
種類
メソッド
This method returns the value of the database column public.請求データ明細.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#get更新者名()
種類
メソッド
This method returns the value of the database column public.請求データ明細.更新者名

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.請求データ明細.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.請求データ明細.作成者名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.請求データ明細.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.請求データ明細.更新者名

This method was generated by MyBatis Generator.

単純名
get売上番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#get売上番号()
種類
メソッド
This method returns the value of the database column public.請求データ明細.売上番号

This method was generated by MyBatis Generator.

単純名
get売上行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#get売上行番号()
種類
メソッド
This method returns the value of the database column public.請求データ明細.売上行番号

This method was generated by MyBatis Generator.

単純名
get請求番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#get請求番号()
種類
メソッド
This method returns the value of the database column public.請求データ明細.請求番号

This method was generated by MyBatis Generator.

単純名
set売上番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#set売上番号(String)
種類
メソッド
This method sets the value of the database column public.請求データ明細.売上番号

This method was generated by MyBatis Generator.

単純名
set売上行番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#set売上行番号(Integer)
種類
メソッド
This method sets the value of the database column public.請求データ明細.売上行番号

This method was generated by MyBatis Generator.

単純名
set請求番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.請求データ明細Key#set請求番号(String)
種類
メソッド
This method sets the value of the database column public.請求データ明細.請求番号

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#get作成日時()
種類
メソッド
This method returns the value of the database column public.部品表.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#get作成者名()
種類
メソッド
This method returns the value of the database column public.部品表.作成者名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#get更新日時()
種類
メソッド
This method returns the value of the database column public.部品表.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#get更新者名()
種類
メソッド
This method returns the value of the database column public.部品表.更新者名

This method was generated by MyBatis Generator.

単純名
get部品数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#get部品数量()
種類
メソッド
This method returns the value of the database column public.部品表.部品数量

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.部品表.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.部品表.作成者名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.部品表.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.部品表.更新者名

This method was generated by MyBatis Generator.

単純名
set部品数量
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表#set部品数量(Integer)
種類
メソッド
This method sets the value of the database column public.部品表.部品数量

This method was generated by MyBatis Generator.

単純名
get商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表Key#get商品コード()
種類
メソッド
This method returns the value of the database column public.部品表.商品コード

This method was generated by MyBatis Generator.

単純名
get部品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表Key#get部品コード()
種類
メソッド
This method returns the value of the database column public.部品表.部品コード

This method was generated by MyBatis Generator.

単純名
set商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表Key#set商品コード(String)
種類
メソッド
This method sets the value of the database column public.部品表.商品コード

This method was generated by MyBatis Generator.

単純名
set部品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部品表Key#set部品コード(String)
種類
メソッド
This method sets the value of the database column public.部品表.部品コード

This method was generated by MyBatis Generator.

単純名
get伝票入力可否
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get伝票入力可否()
種類
メソッド
This method returns the value of the database column public.部門マスタ.伝票入力可否

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.部門マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.部門マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.部門マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.部門マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get最下層区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get最下層区分()
種類
メソッド
This method returns the value of the database column public.部門マスタ.最下層区分

This method was generated by MyBatis Generator.

単純名
get終了日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get終了日()
種類
メソッド
This method returns the value of the database column public.部門マスタ.終了日

This method was generated by MyBatis Generator.

単純名
get組織階層
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get組織階層()
種類
メソッド
This method returns the value of the database column public.部門マスタ.組織階層

This method was generated by MyBatis Generator.

単純名
get部門パス
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get部門パス()
種類
メソッド
This method returns the value of the database column public.部門マスタ.部門パス

This method was generated by MyBatis Generator.

単純名
get部門名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get部門名()
種類
メソッド
This method returns the value of the database column public.部門マスタ.部門名

This method was generated by MyBatis Generator.

単純名
set伝票入力可否
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set伝票入力可否(Integer)
種類
メソッド
This method sets the value of the database column public.部門マスタ.伝票入力可否

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.部門マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.部門マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.部門マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.部門マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set最下層区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set最下層区分(Integer)
種類
メソッド
This method sets the value of the database column public.部門マスタ.最下層区分

This method was generated by MyBatis Generator.

単純名
set終了日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set終了日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.部門マスタ.終了日

This method was generated by MyBatis Generator.

単純名
set組織階層
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set組織階層(Integer)
種類
メソッド
This method sets the value of the database column public.部門マスタ.組織階層

This method was generated by MyBatis Generator.

単純名
set部門パス
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set部門パス(String)
種類
メソッド
This method sets the value of the database column public.部門マスタ.部門パス

This method was generated by MyBatis Generator.

単純名
set部門名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set部門名(String)
種類
メソッド
This method sets the value of the database column public.部門マスタ.部門名

This method was generated by MyBatis Generator.

単純名
get部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#get部門コード()
種類
メソッド
This method returns the value of the database column public.部門マスタ.部門コード

This method was generated by MyBatis Generator.

単純名
get開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#get開始日()
種類
メソッド
This method returns the value of the database column public.部門マスタ.開始日

This method was generated by MyBatis Generator.

単純名
set部門コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#set部門コード(String)
種類
メソッド
This method sets the value of the database column public.部門マスタ.部門コード

This method was generated by MyBatis Generator.

単純名
set開始日
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#set開始日(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.部門マスタ.開始日

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get作成日時()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get作成者名()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
get回収先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get回収先コード()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.回収先コード

This method was generated by MyBatis Generator.

単純名
get回収先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get回収先枝番()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.回収先枝番

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get更新日時()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get更新者名()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
get自社担当者コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get自社担当者コード()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.自社担当者コード

This method was generated by MyBatis Generator.

単純名
get請求先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get請求先コード()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.請求先コード

This method was generated by MyBatis Generator.

単純名
get請求先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get請求先枝番()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.請求先枝番

This method was generated by MyBatis Generator.

単純名
get顧客メールアドレス
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客メールアドレス()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客メールアドレス

This method was generated by MyBatis Generator.

単純名
get顧客住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客住所1()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客住所1

This method was generated by MyBatis Generator.

単純名
get顧客住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客住所2()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客住所2

This method was generated by MyBatis Generator.

単純名
get顧客区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客区分()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客区分

This method was generated by MyBatis Generator.

単純名
get顧客名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客名()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客名

This method was generated by MyBatis Generator.

単純名
get顧客名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客名カナ()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客名カナ

This method was generated by MyBatis Generator.

単純名
get顧客担当者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客担当者名()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客担当者名

This method was generated by MyBatis Generator.

単純名
get顧客支払方法1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払方法1()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客支払方法1

This method was generated by MyBatis Generator.

単純名
get顧客支払方法2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払方法2()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客支払方法2

This method was generated by MyBatis Generator.

単純名
get顧客支払日1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払日1()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客支払日1

This method was generated by MyBatis Generator.

単純名
get顧客支払日2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払日2()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客支払日2

This method was generated by MyBatis Generator.

単純名
get顧客支払月1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払月1()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客支払月1

This method was generated by MyBatis Generator.

単純名
get顧客支払月2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払月2()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客支払月2

This method was generated by MyBatis Generator.

単純名
get顧客締日1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客締日1()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客締日1

This method was generated by MyBatis Generator.

単純名
get顧客締日2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客締日2()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客締日2

This method was generated by MyBatis Generator.

単純名
get顧客請求区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客請求区分()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客請求区分

This method was generated by MyBatis Generator.

単純名
get顧客部門名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客部門名()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客部門名

This method was generated by MyBatis Generator.

単純名
get顧客郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客郵便番号()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客郵便番号

This method was generated by MyBatis Generator.

単純名
get顧客都道府県
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客都道府県()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客都道府県

This method was generated by MyBatis Generator.

単純名
get顧客電話番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客電話番号()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客電話番号

This method was generated by MyBatis Generator.

単純名
get顧客fax番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客fax番号()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客FAX番号

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.作成者名

This method was generated by MyBatis Generator.

単純名
set回収先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set回収先コード(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.回収先コード

This method was generated by MyBatis Generator.

単純名
set回収先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set回収先枝番(Integer)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.回収先枝番

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.更新者名

This method was generated by MyBatis Generator.

単純名
set自社担当者コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set自社担当者コード(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.自社担当者コード

This method was generated by MyBatis Generator.

単純名
set請求先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set請求先コード(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.請求先コード

This method was generated by MyBatis Generator.

単純名
set請求先枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set請求先枝番(Integer)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.請求先枝番

This method was generated by MyBatis Generator.

単純名
set顧客メールアドレス
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客メールアドレス(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客メールアドレス

This method was generated by MyBatis Generator.

単純名
set顧客住所1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客住所1(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客住所1

This method was generated by MyBatis Generator.

単純名
set顧客住所2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客住所2(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客住所2

This method was generated by MyBatis Generator.

単純名
set顧客区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客区分(Integer)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客区分

This method was generated by MyBatis Generator.

単純名
set顧客名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客名(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客名

This method was generated by MyBatis Generator.

単純名
set顧客名カナ
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客名カナ(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客名カナ

This method was generated by MyBatis Generator.

単純名
set顧客担当者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客担当者名(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客担当者名

This method was generated by MyBatis Generator.

単純名
set顧客支払方法1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払方法1(Integer)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客支払方法1

This method was generated by MyBatis Generator.

単純名
set顧客支払方法2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払方法2(Integer)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客支払方法2

This method was generated by MyBatis Generator.

単純名
set顧客支払日1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払日1(Integer)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客支払日1

This method was generated by MyBatis Generator.

単純名
set顧客支払日2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払日2(Integer)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客支払日2

This method was generated by MyBatis Generator.

単純名
set顧客支払月1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払月1(Integer)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客支払月1

This method was generated by MyBatis Generator.

単純名
set顧客支払月2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払月2(Integer)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客支払月2

This method was generated by MyBatis Generator.

単純名
set顧客締日1
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客締日1(Integer)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客締日1

This method was generated by MyBatis Generator.

単純名
set顧客締日2
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客締日2(Integer)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客締日2

This method was generated by MyBatis Generator.

単純名
set顧客請求区分
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客請求区分(Integer)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客請求区分

This method was generated by MyBatis Generator.

単純名
set顧客部門名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客部門名(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客部門名

This method was generated by MyBatis Generator.

単純名
set顧客郵便番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客郵便番号(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客郵便番号

This method was generated by MyBatis Generator.

単純名
set顧客都道府県
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客都道府県(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客都道府県

This method was generated by MyBatis Generator.

単純名
set顧客電話番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客電話番号(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客電話番号

This method was generated by MyBatis Generator.

単純名
set顧客fax番号
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客fax番号(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客FAX番号

This method was generated by MyBatis Generator.

単純名
get顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#get顧客コード()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客コード

This method was generated by MyBatis Generator.

単純名
get顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#get顧客枝番()
種類
メソッド
This method returns the value of the database column public.顧客マスタ.顧客枝番

This method was generated by MyBatis Generator.

単純名
set顧客コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#set顧客コード(String)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客コード

This method was generated by MyBatis Generator.

単純名
set顧客枝番
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#set顧客枝番(Integer)
種類
メソッド
This method sets the value of the database column public.顧客マスタ.顧客枝番

This method was generated by MyBatis Generator.

単純名
get作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get作成日時()
種類
メソッド
This method returns the value of the database column public.顧客別販売単価.作成日時

This method was generated by MyBatis Generator.

単純名
get作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get作成者名()
種類
メソッド
This method returns the value of the database column public.顧客別販売単価.作成者名

This method was generated by MyBatis Generator.

単純名
get更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get更新日時()
種類
メソッド
This method returns the value of the database column public.顧客別販売単価.更新日時

This method was generated by MyBatis Generator.

単純名
get更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get更新者名()
種類
メソッド
This method returns the value of the database column public.顧客別販売単価.更新者名

This method was generated by MyBatis Generator.

単純名
get販売単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get販売単価()
種類
メソッド
This method returns the value of the database column public.顧客別販売単価.販売単価

This method was generated by MyBatis Generator.

単純名
set作成日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set作成日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.顧客別販売単価.作成日時

This method was generated by MyBatis Generator.

単純名
set作成者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set作成者名(String)
種類
メソッド
This method sets the value of the database column public.顧客別販売単価.作成者名

This method was generated by MyBatis Generator.

単純名
set更新日時
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set更新日時(LocalDateTime)
種類
メソッド
This method sets the value of the database column public.顧客別販売単価.更新日時

This method was generated by MyBatis Generator.

単純名
set更新者名
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set更新者名(String)
種類
メソッド
This method sets the value of the database column public.顧客別販売単価.更新者名

This method was generated by MyBatis Generator.

単純名
set販売単価
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set販売単価(Integer)
種類
メソッド
This method sets the value of the database column public.顧客別販売単価.販売単価

This method was generated by MyBatis Generator.

単純名
get取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#get取引先コード()
種類
メソッド
This method returns the value of the database column public.顧客別販売単価.取引先コード

This method was generated by MyBatis Generator.

単純名
get商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#get商品コード()
種類
メソッド
This method returns the value of the database column public.顧客別販売単価.商品コード

This method was generated by MyBatis Generator.

単純名
set取引先コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#set取引先コード(String)
種類
メソッド
This method sets the value of the database column public.顧客別販売単価.取引先コード

This method was generated by MyBatis Generator.

単純名
set商品コード
完全修飾名
com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#set商品コード(String)
種類
メソッド
This method sets the value of the database column public.顧客別販売単価.商品コード

アプリケーション実行プロセス

単純名
process
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionHistory#process
種類
フィールド

アプリケーション実行プロセス

単純名
ApplicationExecutionProcess
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionProcess
種類
クラス

アプリケーション実行プロセスフラグ

単純名
ApplicationExecutionProcessFlag
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionProcessFlag
種類
クラス

アプリケーション実行プロセス区分

単純名
ApplicationExecutionProcessType
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionProcessType
種類
クラス

アプリケーション実行履歴

単純名
ApplicationExecutionHistory
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionHistory
種類
クラス

アプリケーション実行履歴エラー

単純名
error
完全修飾名
com.example.sms.service.system.audit.AuditService#error(ApplicationExecutionHistory,String)
種類
メソッド

アプリケーション実行履歴一覧

単純名
ApplicationExecutionHistoryList
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionHistoryList
種類
クラス

アプリケーション実行履歴一覧

単純名
selectAll
完全修飾名
com.example.sms.service.system.audit.AuditService#selectAll()
種類
メソッド

アプリケーション実行履歴一覧(ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.system.audit.AuditService#selectAllWithPageInfo()
種類
メソッド

アプリケーション実行履歴削除

単純名
delete
完全修飾名
com.example.sms.service.system.audit.AuditService#delete(Integer)
種類
メソッド

アプリケーション実行履歴区分

単純名
type
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionHistory#type
種類
フィールド

アプリケーション実行履歴区分

単純名
ApplicationExecutionHistoryType
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionHistoryType
種類
クラス

アプリケーション実行履歴取得

単純名
find
完全修飾名
com.example.sms.service.system.audit.AuditService#find(String)
種類
メソッド

アプリケーション実行履歴新規登録

単純名
register
完全修飾名
com.example.sms.service.system.audit.AuditService#register(ApplicationExecutionHistory,UserId)
種類
メソッド

アプリケーション実行履歴検索

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.system.audit.AuditService#searchWithPageInfo(AuditCriteria)
種類
メソッド

アプリケーション実行履歴終了

単純名
end
完全修飾名
com.example.sms.service.system.audit.AuditService#end(ApplicationExecutionHistory)
種類
メソッド

アプリケーション実行履歴開始

単純名
start
完全修飾名
com.example.sms.service.system.audit.AuditService#start(ApplicationExecutionProcessType,ApplicationExecutionHistoryType)
種類
メソッド

インフラストラクチャ層

単純名
infrastructure
完全修飾名
com.example.sms.infrastructure
種類
パッケージ

エラーが存在するかチェック

単純名
hasErrors
完全修飾名
com.example.sms.domain.model.inventory.rule.InventoryRuleCheckList#hasErrors()
種類
メソッド

エラーが存在するかチェック

単純名
hasErrors
完全修飾名
com.example.sms.domain.model.procurement.order.rule.PurchaseOrderRuleCheckList#hasErrors()
種類
メソッド

エラーが存在するかチェック

単純名
hasErrors
完全修飾名
com.example.sms.domain.model.procurement.purchase.rule.PurchaseRuleCheckList#hasErrors()
種類
メソッド

エラー件数を取得

単純名
getErrorCount
完全修飾名
com.example.sms.domain.model.inventory.rule.InventoryRuleCheckList#getErrorCount()
種類
メソッド

エラー件数を取得

単純名
getErrorCount
完全修飾名
com.example.sms.domain.model.procurement.order.rule.PurchaseOrderRuleCheckList#getErrorCount()
種類
メソッド

エラー件数を取得

単純名
getErrorCount
完全修飾名
com.example.sms.domain.model.procurement.purchase.rule.PurchaseRuleCheckList#getErrorCount()
種類
メソッド

エンティティからドメインモデルへの変換

単純名
mapToDomainModel
完全修飾名
com.example.sms.infrastructure.datasource.sales.invoice.InvoiceEntityMapper#mapToDomainModel(InvoiceCustomEntity)
種類
メソッド

カウンターから支払番号を生成する

単純名
generate
完全修飾名
com.example.sms.domain.model.procurement.payment.PurchasePaymentNumber#generate(int)
種類
メソッド

コードから入金口座区分を取得する

単純名
fromCode
完全修飾名
com.example.sms.domain.model.master.payment.account.incoming.PaymentAccountType#fromCode(String)
種類
メソッド

コードから支払方法区分を取得する

単純名
fromCode
完全修飾名
com.example.sms.domain.model.procurement.payment.PurchasePaymentMethodType#fromCode(Integer)
種類
メソッド

コードから支払方法区分を取得する

単純名
fromCode
完全修飾名
com.example.sms.domain.model.sales.payment.PaymentMethodType#fromCode(Integer)
種類
メソッド

コードから都道府県を取得 (例: 13 -> 東京都)

単純名
fromCode
完全修飾名
com.example.sms.domain.type.address.Prefecture#fromCode(int)
種類
メソッド

コードから銀行口座種別を取得する

単純名
fromCode
完全修飾名
com.example.sms.domain.model.master.payment.account.incoming.BankAccountType#fromCode(String)
種類
メソッド

サイズを取得

単純名
size
完全修飾名
com.example.sms.domain.model.inventory.InventoryList#size()
種類
メソッド

サービス層

単純名
service
完全修飾名
com.example.sms.service
種類
パッケージ

システム

単純名
system
完全修飾名
com.example.sms.domain.model.system
種類
パッケージ

ダウンロード

単純名
download
完全修飾名
com.example.sms.service.system.download.DownloadService#download(OutputStreamWriter,DownloadCriteria)
種類
メソッド

ダウンロード件数取得

単純名
count
完全修飾名
com.example.sms.service.system.download.DownloadService#count(DownloadCriteria)
種類
メソッド

ダウンロード対象

単純名
DownloadTarget
完全修飾名
com.example.sms.domain.model.system.download.DownloadTarget
種類
クラス

ダウンロード条件

単純名
DownloadCriteria
完全修飾名
com.example.sms.domain.model.system.download.DownloadCriteria
種類
クラス

データソース

単純名
datasource
完全修飾名
com.example.sms.infrastructure.datasource
種類
パッケージ

データダウンロード

単純名
download
完全修飾名
com.example.sms.domain.model.system.download
種類
パッケージ

データダウンロードAPI

単純名
DownloadApiController
完全修飾名
com.example.sms.presentation.api.system.download.DownloadApiController
種類
クラス

データダウンロードサービス

単純名
DownloadService
完全修飾名
com.example.sms.service.system.download.DownloadService
種類
クラス

ドメインイベントのコレクションを取得します

単純名
domainEvents
完全修飾名
com.example.sms.domain.event.AbstractAggregateRoot#domainEvents()
種類
メソッド

ドメインサービス

単純名
service
完全修飾名
com.example.sms.domain.service
種類
パッケージ

ドメインモデル(基本型)

単純名
type
完全修飾名
com.example.sms.domain.type
種類
パッケージ

ドメインモデル(複合型)

単純名
model
完全修飾名
com.example.sms.domain.model
種類
パッケージ

ドメインモデルからCSVモデルに変換

単純名
mapToCsvModel
完全修飾名
com.example.sms.infrastructure.datasource.procurement.payment.PurchasePaymentEntityMapper#mapToCsvModel(PurchasePayment)
種類
メソッド

ドメインモデルからエンティティへの変換

単純名
mapToEntity
完全修飾名
com.example.sms.infrastructure.datasource.sales.invoice.InvoiceEntityMapper#mapToEntity(Invoice)
種類
メソッド

ドメインモデルからエンティティへの変換(明細)

単純名
mapToEntity
完全修飾名
com.example.sms.infrastructure.datasource.sales.invoice.InvoiceEntityMapper#mapToEntity(請求データ明細Key)
種類
メソッド

ドメインモデルから自動生成エンティティに変換

単純名
toEntity
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toEntity(Inventory)
種類
メソッド

ドメインモデルから自動生成モデルに変換

単純名
toEntity
完全修飾名
com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toEntity(PurchaseOrder)
種類
メソッド

ドメインモデルから自動生成モデルに変換

単純名
toEntity
完全修飾名
com.example.sms.infrastructure.datasource.procurement.payment.PurchasePaymentEntityMapper#toEntity(PurchasePayment)
種類
メソッド

ドメインモデルから自動生成モデルに変換

単純名
toEntity
完全修飾名
com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toEntity(Purchase)
種類
メソッド

ドメインモデルのキーから在庫データキーに変換

単純名
toDataKey
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper#toDataKey(InventoryKey)
種類
メソッド

ドメイン層

単純名
domain
完全修飾名
com.example.sms.domain
種類
パッケージ

パスワード

単純名
Password
完全修飾名
com.example.sms.domain.model.system.user.Password
種類
クラス

パスワード

単純名
Value
完全修飾名
com.example.sms.domain.model.system.user.Password#Value()
種類
メソッド

パスワード例外

単純名
PasswordException
完全修飾名
com.example.sms.domain.model.system.user.PasswordException
種類
クラス

ファクトリメソッド

単純名
of
完全修飾名
com.example.sms.domain.model.sales.invoice.Invoice#of(String,LocalDateTime,String,Integer,Integer,Integer,Integer,Integer,Integer,Integer,List)
種類
メソッド

ファクトリメソッド

単純名
of
完全修飾名
com.example.sms.domain.model.sales.invoice.InvoiceLine#of(String,String,Integer)
種類
メソッド

ファクトリーメソッド

単純名
of
完全修飾名
com.example.sms.domain.model.master.payment.account.incoming.PaymentAccount#of(String,String,LocalDateTime,LocalDateTime,String,String,String,String,String,String,LocalDateTime,String,String)
種類
メソッド

ファクトリーメソッド

単純名
of
完全修飾名
com.example.sms.domain.model.master.payment.account.incoming.PaymentAccountCode#of(String)
種類
メソッド

ファクトリーメソッド

単純名
of
完全修飾名
com.example.sms.domain.model.sales.payment.PaymentReceived#of(String,LocalDateTime,String,LocalDateTime,String,Integer,Integer,String,Integer,Integer)
種類
メソッド

ファクトリーメソッド

単純名
of
完全修飾名
com.example.sms.domain.model.sales.payment.PaymentReceivedNumber#of(String)
種類
メソッド

ファクトリーメソッド

単純名
of
完全修飾名
com.example.sms.domain.model.sales.sales.Sales#of(String,String,LocalDateTime,Integer,String,LocalDateTime,String,Integer,String,Integer,String,String,List)
種類
メソッド

ファクトリーメソッド

単純名
of
完全修飾名
com.example.sms.domain.model.system.autonumber.AutoNumber#of(String,LocalDateTime,Integer)
種類
メソッド

フルネーム

単純名
FullName
完全修飾名
com.example.sms.domain.model.system.user.Name#FullName()
種類
メソッド

プレゼンテーション層

単純名
presentation
完全修飾名
com.example.sms.presentation
種類
パッケージ

プロセスフラグ

単純名
processFlag
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionHistory#processFlag
種類
フィールド

プロセス終了日時

単純名
processEnd
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionHistory#processEnd
種類
フィールド

プロセス詳細

単純名
processDetails
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionHistory#processDetails
種類
フィールド

プロセス開始日時

単純名
processStart
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionHistory#processStart
種類
フィールド

ページング情報付きで全ての入金データを取得する

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedRepository#selectAllWithPageInfo()
種類
メソッド

ページング情報付きで全ての入金データを取得する

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedService#selectAllWithPageInfo()
種類
メソッド

ページング情報付きで全ての入金口座を取得する

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.master.payment.PaymentAccountRepository#selectAllWithPageInfo()
種類
メソッド

ページング情報付きで全ての入金口座を取得する

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.master.payment.PaymentAccountService#selectAllWithPageInfo()
種類
メソッド

ページング情報付きで全ての支払データを取得する

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentService#selectAllWithPageInfo()
種類
メソッド

マスタ

単純名
master
完全修飾名
com.example.sms.domain.model.master
種類
パッケージ

マスタデータ存在チェック

単純名
checkEntityExistence
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#checkEntityExistence(Optional,List,String,String)
種類
メソッド

マスタデータ存在チェック

単純名
checkEntityExistence
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#checkEntityExistence(Optional,List,String,String)
種類
メソッド

メール

単純名
mail
完全修飾名
com.example.sms.domain.type.mail
種類
パッケージ

メール

単純名
EmailAddress
完全修飾名
com.example.sms.domain.type.mail.EmailAddress
種類
クラス

ユーザー

単純名
user
完全修飾名
com.example.sms.domain.model.system.audit.ApplicationExecutionHistory#user
種類
フィールド

ユーザー

単純名
user
完全修飾名
com.example.sms.domain.model.system.user
種類
パッケージ

ユーザー

単純名
User
完全修飾名
com.example.sms.domain.model.system.user.User
種類
クラス

ユーザーAPI

単純名
UserApiController
完全修飾名
com.example.sms.presentation.api.system.user.UserApiController
種類
クラス

ユーザーID

単純名
UserId
完全修飾名
com.example.sms.domain.model.system.user.UserId
種類
クラス

ユーザーID

単純名
Value
完全修飾名
com.example.sms.domain.model.system.user.UserId#Value()
種類
メソッド

ユーザーID例外

単純名
UserIdException
完全修飾名
com.example.sms.domain.model.system.user.UserIdException
種類
クラス

ユーザーJWT認証

単純名
authenticateUser
完全修飾名
com.example.sms.service.system.auth.AuthApiService#authenticateUser(Authentication,String,String)
種類
メソッド

ユーザーレポジトリ

単純名
UserRepository
完全修飾名
com.example.sms.service.system.user.UserRepository
種類
クラス

ユーザー一覧

単純名
UserList
完全修飾名
com.example.sms.domain.model.system.user.UserList
種類
クラス

ユーザー一覧

単純名
selectAll
完全修飾名
com.example.sms.service.system.user.UserManagementService#selectAll()
種類
メソッド

ユーザー一覧(ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.system.user.UserManagementService#selectAllWithPageInfo()
種類
メソッド

ユーザー例外

単純名
UserException
完全修飾名
com.example.sms.domain.model.system.user.UserException
種類
クラス

ユーザー削除

単純名
delete
完全修飾名
com.example.sms.service.system.user.UserManagementService#delete(UserId)
種類
メソッド

ユーザー情報編集

単純名
save
完全修飾名
com.example.sms.service.system.user.UserManagementService#save(User)
種類
メソッド

ユーザー新規登録

単純名
register
完全修飾名
com.example.sms.service.system.user.UserManagementService#register(User)
種類
メソッド

ユーザー検索

単純名
find
完全修飾名
com.example.sms.service.system.user.UserManagementService#find(UserId)
種類
メソッド

ユーザー登録リクエスト

単純名
SignupRequest
完全修飾名
com.example.sms.presentation.api.system.auth.payload.request.SignupRequest
種類
クラス

ユーザー管理サービス

単純名
UserManagementService
完全修飾名
com.example.sms.service.system.user.UserManagementService
種類
クラス

ユーザー認証

単純名
loadUserByUsername
完全修飾名
com.example.sms.service.system.auth.AuthService#loadUserByUsername(String)
種類
メソッド

リストを取得

単純名
asList
完全修飾名
com.example.sms.domain.model.inventory.InventoryList#asList()
種類
メソッド

ログインフォーム表示

単純名
loginForm
完全修飾名
com.example.sms.presentation.LoginController#loginForm()
種類
メソッド

ログイン画面

単純名
LoginController
完全修飾名
com.example.sms.presentation.LoginController
種類
クラス

ロット番号

単純名
LotNumber
完全修飾名
com.example.sms.domain.model.inventory.LotNumber
種類
クラス

ロット番号

単純名
lotNumber
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryUploadCSV#lotNumber
種類
フィールド

与信

単純名
Credit
完全修飾名
com.example.sms.domain.model.master.partner.Credit
種類
クラス

主キーで入金データを検索する

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#selectByPrimaryKey(String)
種類
メソッド

主キーで入金口座マスタを検索する

単純名
selectByPrimaryKey
完全修飾名
com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomMapper#selectByPrimaryKey(String)
種類
メソッド

事業区分

単純名
BusinessType
完全修飾名
com.example.sms.domain.model.master.product.BusinessType
種類
クラス

仕入

単純名
purchase
完全修飾名
com.example.sms.domain.model.procurement.purchase
種類
パッケージ

仕入

単純名
Purchase
完全修飾名
com.example.sms.domain.model.procurement.purchase.Purchase
種類
クラス

仕入API

単純名
PurchaseApiController
完全修飾名
com.example.sms.presentation.api.procurement.purchase.PurchaseApiController
種類
クラス

仕入CSV変換

単純名
convertPurchase
完全修飾名
com.example.sms.service.system.download.DownloadService#convertPurchase(DownloadCriteria)
種類
メソッド

仕入エンティティマッパー

単純名
PurchaseEntityMapper
完全修飾名
com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper
種類
クラス

仕入サービス

単純名
PurchaseService
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseService
種類
クラス

仕入ダウンロード件数取得

単純名
countPurchase
完全修飾名
com.example.sms.service.system.download.DownloadService#countPurchase(DownloadCriteria)
種類
メソッド

仕入ダウンロード条件

単純名
Purchase
完全修飾名
com.example.sms.domain.model.system.download.Purchase
種類
クラス

仕入データから支払データを集計する

単純名
aggregateFromPurchases
完全修飾名
com.example.sms.domain.model.procurement.payment.PurchasePayment#aggregateFromPurchases(List,PurchasePaymentNumber,PurchasePaymentDate,PurchasePaymentMethodType)
種類
メソッド

仕入データから支払データを集計する

単純名
aggregate
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentService#aggregate()
種類
メソッド
仕入先ごとに当月の仕入金額を合計して支払データを作成する

仕入データリストから支払データを登録する

単純名
registerPurchasePaymentApplication
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentService#registerPurchasePaymentApplication(List,int)
種類
メソッド
同じ仕入先の仕入データを集計して1つの支払データを作成

仕入ドメインサービス

単純名
PurchaseDomainService
完全修飾名
com.example.sms.domain.service.procurement.purchase.PurchaseDomainService
種類
クラス

仕入リポジトリ

単純名
PurchaseRepository
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseRepository
種類
クラス

仕入ルール

単純名
rule
完全修飾名
com.example.sms.domain.model.procurement.purchase.rule
種類
パッケージ

仕入ルール

単純名
PurchaseRule
完全修飾名
com.example.sms.domain.model.procurement.purchase.rule.PurchaseRule
種類
クラス

仕入ルールチェック

単純名
checkRule
完全修飾名
com.example.sms.domain.service.procurement.purchase.PurchaseDomainService#checkRule(PurchaseList)
種類
メソッド

仕入ルールチェック

単純名
checkRule
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseService#checkRule()
種類
メソッド

仕入ルールチェック結果リスト

単純名
PurchaseRuleCheckList
完全修飾名
com.example.sms.domain.model.procurement.purchase.rule.PurchaseRuleCheckList
種類
クラス

仕入一覧

単純名
PurchaseList
完全修飾名
com.example.sms.domain.model.procurement.purchase.PurchaseList
種類
クラス

仕入一覧

単純名
selectAll
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseService#selectAll()
種類
メソッド

仕入一覧(ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseService#selectAllWithPageInfo()
種類
メソッド

仕入保存

単純名
save
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseRepository#save(Purchase)
種類
メソッド

仕入先

単純名
supplier
完全修飾名
com.example.sms.domain.model.master.partner.supplier
種類
パッケージ

仕入先

単純名
Supplier
完全修飾名
com.example.sms.domain.model.master.partner.supplier.Supplier
種類
クラス

仕入先

単純名
vendor
完全修飾名
com.example.sms.domain.model.master.partner.vendor
種類
パッケージ

仕入先

単純名
Vendor
完全修飾名
com.example.sms.domain.model.master.partner.vendor.Vendor
種類
クラス

仕入先 API

単純名
VendorApiController
完全修飾名
com.example.sms.presentation.api.master.partner.VendorApiController
種類
クラス

仕入先CSV変換

単純名
convertVendor
完全修飾名
com.example.sms.service.system.download.DownloadService#convertVendor(DownloadCriteria)
種類
メソッド

仕入先カスタムエンティティ(VendorCustomEntityのエイリアス)

単純名
SupplierCustomEntity
完全修飾名
com.example.sms.infrastructure.datasource.master.partner.supplier.SupplierCustomEntity
種類
クラス

仕入先カスタムマッパー

単純名
SupplierCustomMapper
完全修飾名
com.example.sms.infrastructure.datasource.master.partner.supplier.SupplierCustomMapper
種類
クラス

仕入先コード

単純名
SupplierCode
完全修飾名
com.example.sms.domain.model.master.partner.supplier.SupplierCode
種類
クラス

仕入先コード

単純名
VendorCode
完全修飾名
com.example.sms.domain.model.master.partner.vendor.VendorCode
種類
クラス

仕入先サービス

単純名
VendorService
完全修飾名
com.example.sms.service.master.partner.VendorService
種類
クラス

仕入先ダウンロード件数取得

単純名
countVendor
完全修飾名
com.example.sms.service.system.download.DownloadService#countVendor(DownloadCriteria)
種類
メソッド

仕入先ダウンロード条件

単純名
Partner
完全修飾名
com.example.sms.domain.model.system.download.Partner
種類
クラス

仕入先ダウンロード条件

単純名
Vendor
完全修飾名
com.example.sms.domain.model.system.download.Vendor
種類
クラス

仕入先マスタからSupplierに変換

単純名
toSupplier
完全修飾名
com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toSupplier(SupplierCustomEntity)
種類
メソッド

仕入先マスタからSupplierに変換

単純名
toSupplier
完全修飾名
com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toSupplier(SupplierCustomEntity)
種類
メソッド

仕入先一覧

単純名
VendorList
完全修飾名
com.example.sms.domain.model.master.partner.vendor.VendorList
種類
クラス

仕入先一覧

単純名
selectAll
完全修飾名
com.example.sms.service.master.partner.VendorService#selectAll()
種類
メソッド

仕入先一覧 (ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.master.partner.VendorService#selectAllWithPageInfo()
種類
メソッド

仕入先削除

単純名
delete
完全修飾名
com.example.sms.service.master.partner.VendorService#delete(Vendor)
種類
メソッド

仕入先区分

単純名
VendorType
完全修飾名
com.example.sms.domain.model.master.partner.vendor.VendorType
種類
クラス

仕入先名

単純名
VendorName
完全修飾名
com.example.sms.domain.model.master.partner.vendor.VendorName
種類
クラス

仕入先情報編集

単純名
save
完全修飾名
com.example.sms.service.master.partner.VendorService#save(Vendor)
種類
メソッド

仕入先新規登録

単純名
register
完全修飾名
com.example.sms.service.master.partner.VendorService#register(Vendor)
種類
メソッド

仕入先検索

単純名
find
完全修飾名
com.example.sms.service.master.partner.VendorService#find(VendorCode)
種類
メソッド

仕入先検索 (ページング)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.master.partner.VendorService#searchWithPageInfo(VendorCriteria)
種類
メソッド

仕入先検索条件

単純名
VendorCriteria
完全修飾名
com.example.sms.service.master.partner.VendorCriteria
種類
クラス

仕入削除

単純名
delete
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseRepository#delete(String)
種類
メソッド

仕入削除

単純名
delete
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseService#delete(Purchase)
種類
メソッド

仕入新規登録

単純名
register
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseService#register(Purchase)
種類
メソッド

仕入日

単純名
PurchaseDate
完全修飾名
com.example.sms.domain.model.procurement.purchase.PurchaseDate
種類
クラス

仕入日ルール

単純名
PurchaseDateRule
完全修飾名
com.example.sms.domain.model.procurement.purchase.rule.PurchaseDateRule
種類
クラス
仕入日が未来日の場合は無効とする

仕入明細

単純名
PurchaseLine
完全修飾名
com.example.sms.domain.model.procurement.purchase.PurchaseLine
種類
クラス

仕入検索

単純名
find
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseService#find(String)
種類
メソッド

仕入検索条件

単純名
PurchaseCriteria
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseCriteria
種類
クラス

仕入検索(ページング)

単純名
searchPurchaseWithPageInfo
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseService#searchPurchaseWithPageInfo(PurchaseCriteria)
種類
メソッド

仕入消費税合計計算

単純名
calculateTotalConsumptionTax
完全修飾名
com.example.sms.domain.service.procurement.purchase.PurchaseDomainService#calculateTotalConsumptionTax(Purchase)
種類
メソッド

仕入番号

単純名
PurchaseNumber
完全修飾名
com.example.sms.domain.model.procurement.purchase.PurchaseNumber
種類
クラス

仕入番号で検索

単純名
findByPurchaseNumber
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseRepository#findByPurchaseNumber(String)
種類
メソッド

仕入番号生成

単純名
generatePurchaseNumber
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseService#generatePurchaseNumber(Purchase)
種類
メソッド

仕入編集

単純名
save
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseService#save(Purchase)
種類
メソッド

仕入金額ルール

単純名
PurchaseAmountRule
完全修飾名
com.example.sms.domain.model.procurement.purchase.rule.PurchaseAmountRule
種類
クラス
仕入金額が500万円を超過している場合は要確認とする

仕入金額合計計算

単純名
calcTotalPurchaseAmount
完全修飾名
com.example.sms.domain.model.procurement.purchase.Purchase#calcTotalPurchaseAmount()
種類
メソッド

仕入金額合計計算

単純名
calculateTotalPurchaseAmount
完全修飾名
com.example.sms.domain.service.procurement.purchase.PurchaseDomainService#calculateTotalPurchaseAmount(Purchase)
種類
メソッド

仕入金額計算(消費税抜き)

単純名
calcPurchaseAmount
完全修飾名
com.example.sms.domain.model.procurement.purchase.PurchaseLine#calcPurchaseAmount()
種類
メソッド

代替商品

単純名
SubstituteProduct
完全修飾名
com.example.sms.domain.model.master.product.SubstituteProduct
種類
クラス

伝票入力可否

単純名
SlitYnType
完全修飾名
com.example.sms.domain.model.master.department.SlitYnType
種類
クラス

伝票番号を更新する

単純名
incrementDocumentNumber
完全修飾名
com.example.sms.domain.model.system.autonumber.AutoNumber#incrementDocumentNumber()
種類
メソッド

伝票種別コード

単純名
DocumentTypeCode
完全修飾名
com.example.sms.domain.model.system.autonumber.DocumentTypeCode
種類
クラス

住所

単純名
address
完全修飾名
com.example.sms.domain.type.address
種類
パッケージ

住所

単純名
Address
完全修飾名
com.example.sms.domain.type.address.Address
種類
クラス

倉庫

単純名
warehouse
完全修飾名
com.example.sms.domain.model.master.warehouse
種類
パッケージ

倉庫

単純名
Warehouse
完全修飾名
com.example.sms.domain.model.master.warehouse.Warehouse
種類
クラス

倉庫API

単純名
WarehouseApiController
完全修飾名
com.example.sms.presentation.api.master.warehouse.WarehouseApiController
種類
クラス

倉庫CSV変換

単純名
convertWarehouse
完全修飾名
com.example.sms.service.system.download.DownloadService#convertWarehouse(DownloadCriteria)
種類
メソッド

倉庫コード

単純名
WarehouseCode
完全修飾名
com.example.sms.domain.model.master.warehouse.WarehouseCode
種類
クラス

倉庫コード

単純名
warehouseCode
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryUploadCSV#warehouseCode
種類
フィールド

倉庫コードでフィルタリング

単純名
filterByWarehouseCode
完全修飾名
com.example.sms.domain.model.inventory.InventoryList#filterByWarehouseCode(String)
種類
メソッド

倉庫コードでフィルタリングする検索条件を作成

単純名
byWarehouseCode
完全修飾名
com.example.sms.service.inventory.InventoryCriteria#byWarehouseCode(String)
種類
メソッド

倉庫サービス

単純名
WarehouseService
完全修飾名
com.example.sms.service.master.warehouse.WarehouseService
種類
クラス

倉庫ダウンロード件数取得

単純名
countWarehouse
完全修飾名
com.example.sms.service.system.download.DownloadService#countWarehouse(DownloadCriteria)
種類
メソッド

倉庫ダウンロード条件

単純名
Warehouse
完全修飾名
com.example.sms.domain.model.system.download.Warehouse
種類
クラス

倉庫一覧

単純名
WarehouseList
完全修飾名
com.example.sms.domain.model.master.warehouse.WarehouseList
種類
クラス

倉庫一覧

単純名
selectAll
完全修飾名
com.example.sms.service.master.warehouse.WarehouseService#selectAll()
種類
メソッド

倉庫一覧(ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.master.warehouse.WarehouseService#selectAllWithPageInfo()
種類
メソッド

倉庫削除

単純名
delete
完全修飾名
com.example.sms.service.master.warehouse.WarehouseService#delete(WarehouseCode)
種類
メソッド

倉庫区分

単純名
WarehouseCategory
完全修飾名
com.example.sms.domain.model.master.warehouse.WarehouseCategory
種類
クラス
N:通常倉庫, C:得意先, S:仕入先, D:部門倉庫, P:製品倉庫, M:原材料倉庫

倉庫情報編集

単純名
save
完全修飾名
com.example.sms.service.master.warehouse.WarehouseService#save(Warehouse)
種類
メソッド

倉庫新規登録

単純名
register
完全修飾名
com.example.sms.service.master.warehouse.WarehouseService#register(Warehouse)
種類
メソッド

倉庫検索

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.master.warehouse.WarehouseService#searchWithPageInfo(WarehouseCriteria)
種類
メソッド

倉庫検索 (倉庫コード)

単純名
find
完全修飾名
com.example.sms.service.master.warehouse.WarehouseService#find(WarehouseCode)
種類
メソッド

倉庫検索(倉庫コード)

単純名
findByCode
完全修飾名
com.example.sms.service.master.warehouse.WarehouseService#findByCode(String)
種類
メソッド

入出口座

単純名
incoming
完全修飾名
com.example.sms.domain.model.master.payment.account.incoming
種類
パッケージ

入出金

単純名
payment
完全修飾名
com.example.sms.domain.model.master.payment
種類
パッケージ

入金

単純名
payment
完全修飾名
com.example.sms.domain.model.sales.payment
種類
パッケージ

入金

単純名
PaymentReceived
完全修飾名
com.example.sms.domain.model.sales.payment.PaymentReceived
種類
クラス

入金CSV変換

単純名
convertPayment
完全修飾名
com.example.sms.service.system.download.DownloadService#convertPayment(DownloadCriteria)
種類
メソッド

入金ダウンロード件数取得

単純名
countPayment
完全修飾名
com.example.sms.service.system.download.DownloadService#countPayment(DownloadCriteria)
種類
メソッド

入金ダウンロード条件

単純名
Payment
完全修飾名
com.example.sms.domain.model.system.download.Payment
種類
クラス

入金データAPI

単純名
PaymentReceivedApiController
完全修飾名
com.example.sms.presentation.api.sales.payment.PaymentReceivedApiController
種類
クラス

入金データと入金口座マスタのエンティティマッパー

単純名
PaymentAccountEntityMapper
完全修飾名
com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountEntityMapper
種類
クラス

入金データと入金口座マスタのエンティティマッパー

単純名
PaymentReceivedEntityMapper
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedEntityMapper
種類
クラス

入金データのカスタムエンティティ

単純名
PaymentReceivedCustomEntity
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomEntity
種類
クラス
自動生成されたモデルを拡張し、追加の関連エンティティを保持する

入金データのカスタムマッパー

単純名
PaymentReceivedCustomMapper
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper
種類
クラス

入金データのリポジトリインターフェース

単純名
PaymentAccountRepository
完全修飾名
com.example.sms.service.master.payment.PaymentAccountRepository
種類
クラス

入金データのリポジトリインターフェース

単純名
PaymentReceivedRepository
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedRepository
種類
クラス

入金データのリポジトリ実装

単純名
PaymentReceivedDataSource
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedDataSource
種類
クラス

入金データを保存する

単純名
save
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedRepository#save(PaymentReceived)
種類
メソッド

入金データを保存する

単純名
save
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedService#save(PaymentReceived)
種類
メソッド

入金データを削除する

単純名
delete
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedRepository#delete(PaymentReceived)
種類
メソッド

入金データを削除する

単純名
delete
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedService#delete(PaymentReceived)
種類
メソッド

入金データを挿入する

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#insert(PaymentReceivedCustomEntity)
種類
メソッド

入金データを新規登録する

単純名
register
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedService#register(PaymentReceived)
種類
メソッド

入金データを登録し、関連する請求書の当月入金額を更新する

単純名
registerPaymentReceivedApplication
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedService#registerPaymentReceivedApplication(PaymentReceived)
種類
メソッド

入金データエンティティをドメインモデルに変換する

単純名
mapToDomainModel
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedEntityMapper#mapToDomainModel(PaymentReceivedCustomEntity)
種類
メソッド

入金データサービス

単純名
PaymentReceivedService
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedService
種類
クラス

入金データドメインモデルをエンティティに変換する

単純名
mapToEntity
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedEntityMapper#mapToEntity(PaymentReceived)
種類
メソッド

入金一覧

単純名
PaymentReceivedList
完全修飾名
com.example.sms.domain.model.sales.payment.PaymentReceivedList
種類
クラス

入金口座

単純名
account
完全修飾名
com.example.sms.domain.model.master.payment.account
種類
パッケージ

入金口座

単純名
PaymentAccount
完全修飾名
com.example.sms.domain.model.master.payment.account.incoming.PaymentAccount
種類
クラス

入金口座API

単純名
PaymentAccountApiController
完全修飾名
com.example.sms.presentation.api.master.payment.PaymentAccountApiController
種類
クラス

入金口座のリポジトリ実装

単純名
PaymentAccountDataSource
完全修飾名
com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountDataSource
種類
クラス

入金口座コード

単純名
PaymentAccountCode
完全修飾名
com.example.sms.domain.model.master.payment.account.incoming.PaymentAccountCode
種類
クラス

入金口座コードで入金データを検索する

単純名
selectByAccount
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#selectByAccount(String)
種類
メソッド

入金口座コードで入金データを検索する

単純名
findByAccount
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedRepository#findByAccount(String)
種類
メソッド

入金口座コードで入金データを検索する

単純名
findByAccount
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedService#findByAccount(String)
種類
メソッド

入金口座コードで入金口座マスタを検索する

単純名
findById
完全修飾名
com.example.sms.service.master.payment.PaymentAccountRepository#findById(String)
種類
メソッド

入金口座コードで入金口座マスタを検索する

単純名
findById
完全修飾名
com.example.sms.service.master.payment.PaymentAccountService#findById(String)
種類
メソッド

入金口座マスタのカスタムエンティティ

単純名
PaymentAccountCustomEntity
完全修飾名
com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomEntity
種類
クラス
自動生成されたモデルを拡張し、追加の関連エンティティを保持する

入金口座マスタのカスタムマッパー

単純名
PaymentAccountCustomMapper
完全修飾名
com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomMapper
種類
クラス

入金口座マスタを保存する

単純名
save
完全修飾名
com.example.sms.service.master.payment.PaymentAccountRepository#save(PaymentAccount)
種類
メソッド

入金口座マスタを保存する

単純名
save
完全修飾名
com.example.sms.service.master.payment.PaymentAccountService#save(PaymentAccount)
種類
メソッド

入金口座マスタを削除する

単純名
delete
完全修飾名
com.example.sms.service.master.payment.PaymentAccountRepository#delete(PaymentAccount)
種類
メソッド

入金口座マスタを削除する

単純名
delete
完全修飾名
com.example.sms.service.master.payment.PaymentAccountService#delete(PaymentAccount)
種類
メソッド

入金口座マスタを挿入する

単純名
insert
完全修飾名
com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomMapper#insert(PaymentAccountCustomEntity)
種類
メソッド

入金口座マスタを新規登録する

単純名
register
完全修飾名
com.example.sms.service.master.payment.PaymentAccountService#register(PaymentAccount)
種類
メソッド

入金口座マスタエンティティをドメインモデルに変換する

単純名
mapToDomainModel
完全修飾名
com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountEntityMapper#mapToDomainModel(PaymentAccountCustomEntity)
種類
メソッド

入金口座マスタエンティティをドメインモデルに変換する

単純名
mapToDomainModel
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedEntityMapper#mapToDomainModel(PaymentAccountCustomEntity)
種類
メソッド

入金口座マスタサービス

単純名
PaymentAccountService
完全修飾名
com.example.sms.service.master.payment.PaymentAccountService
種類
クラス

入金口座マスタドメインモデルをエンティティに変換する

単純名
mapToEntity
完全修飾名
com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountEntityMapper#mapToEntity(PaymentAccount)
種類
メソッド

入金口座マスタドメインモデルをエンティティに変換する

単純名
mapToEntity
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedEntityMapper#mapToEntity(PaymentAccount)
種類
メソッド

入金口座一覧

単純名
PaymentAccountList
完全修飾名
com.example.sms.domain.model.master.payment.account.incoming.PaymentAccountList
種類
クラス

入金口座区分

単純名
PaymentAccountType
完全修飾名
com.example.sms.domain.model.master.payment.account.incoming.PaymentAccountType
種類
クラス

入金口座検索条件

単純名
PaymentAccountCriteria
完全修飾名
com.example.sms.service.master.payment.PaymentAccountCriteria
種類
クラス

入金検索条件

単純名
PaymentReceivedCriteriaResource
完全修飾名
com.example.sms.presentation.api.sales.payment.PaymentReceivedCriteriaResource
種類
クラス

入金検索条件

単純名
PaymentReceivedCriteria
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedCriteria
種類
クラス

入金番号

単純名
PaymentReceivedNumber
完全修飾名
com.example.sms.domain.model.sales.payment.PaymentReceivedNumber
種類
クラス

入金番号で入金データを検索する

単純名
findById
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedRepository#findById(String)
種類
メソッド

入金番号で入金データを検索する

単純名
findById
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedService#findById(String)
種類
メソッド

全ての入金データを削除する

単純名
deleteAll
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#deleteAll()
種類
メソッド

全ての入金データを削除する

単純名
deleteAll
完全修飾名
com.example.sms.service.master.payment.PaymentAccountRepository#deleteAll()
種類
メソッド

全ての入金データを削除する

単純名
deleteAll
完全修飾名
com.example.sms.service.master.payment.PaymentAccountService#deleteAll()
種類
メソッド

全ての入金データを削除する

単純名
deleteAll
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedRepository#deleteAll()
種類
メソッド

全ての入金データを削除する

単純名
deleteAll
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedService#deleteAll()
種類
メソッド

全ての入金データを取得する

単純名
selectAll
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#selectAll()
種類
メソッド

全ての入金データを取得する

単純名
selectAll
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedRepository#selectAll()
種類
メソッド

全ての入金データを取得する

単純名
selectAll
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedService#selectAll()
種類
メソッド

全ての入金口座マスタを削除する

単純名
deleteAll
完全修飾名
com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomMapper#deleteAll()
種類
メソッド

全ての入金口座マスタを取得する

単純名
selectAll
完全修飾名
com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomMapper#selectAll()
種類
メソッド

全ての入金口座マスタを取得する

単純名
selectAll
完全修飾名
com.example.sms.service.master.payment.PaymentAccountRepository#selectAll()
種類
メソッド

全ての入金口座マスタを取得する

単純名
selectAll
完全修飾名
com.example.sms.service.master.payment.PaymentAccountService#selectAll()
種類
メソッド

全ての属性を指定してShippingを生成するファクトリメソッド

単純名
of
完全修飾名
com.example.sms.domain.model.sales.shipping.Shipping#of(OrderNumber,OrderDate,DepartmentCode,LocalDateTime,CustomerCode,EmployeeCode,DesiredDeliveryDate,String,String,Money,Money,String,Integer,ProductCode,String,Money,Quantity,TaxRateType,Quantity,Quantity,Quantity,Money,DeliveryDate,ShippingDate,Product,SalesAmount,ConsumptionTaxAmount,Department,Customer,Employee)
種類
メソッド

全ての支払データを削除する

単純名
deleteAll
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentService#deleteAll()
種類
メソッド

全ての支払データを取得する

単純名
selectAll
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentService#selectAll()
種類
メソッド

全件検索(ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderRepository#selectAllWithPageInfo()
種類
メソッド

全件検索(ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentRepository#selectAllWithPageInfo()
種類
メソッド

全件検索(ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseRepository#selectAllWithPageInfo()
種類
メソッド

全削除(テスト用)

単純名
deleteAll
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderRepository#deleteAll()
種類
メソッド

全削除(テスト用)

単純名
deleteAll
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentRepository#deleteAll()
種類
メソッド

全削除(テスト用)

単純名
deleteAll
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseRepository#deleteAll()
種類
メソッド

全在庫をページ情報付きで取得

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.inventory.InventoryRepository#selectAllWithPageInfo()
種類
メソッド

全在庫を削除

単純名
deleteAll
完全修飾名
com.example.sms.service.inventory.InventoryRepository#deleteAll()
種類
メソッド

全在庫を取得

単純名
selectAll
完全修飾名
com.example.sms.service.inventory.InventoryRepository#selectAll()
種類
メソッド

処理結果の更新された売上リストを取得する

単純名
getUpdatedSalesList
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#getUpdatedSalesList()
種類
メソッド

処理結果の更新された売上リストを取得する

単純名
getUpdatedSalesList
完全修飾名
com.example.sms.service.sales.invoice.SpotBillingProcessor#getUpdatedSalesList()
種類
メソッド

処理結果の請求リストを取得する

単純名
getInvoiceList
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#getInvoiceList()
種類
メソッド

処理結果の請求リストを取得する

単純名
getInvoiceList
完全修飾名
com.example.sms.service.sales.invoice.SpotBillingProcessor#getInvoiceList()
種類
メソッド

出荷

単純名
shipping
完全修飾名
com.example.sms.domain.model.sales.shipping
種類
パッケージ

出荷

単純名
Shipping
完全修飾名
com.example.sms.domain.model.sales.shipping.Shipping
種類
クラス

出荷API

単純名
ShippingApiController
完全修飾名
com.example.sms.presentation.api.sales.shipping.ShippingApiController
種類
クラス

出荷CSV変換

単純名
convertShipping
完全修飾名
com.example.sms.service.system.download.DownloadService#convertShipping(DownloadCriteria)
種類
メソッド

出荷サービス

単純名
ShippingService
完全修飾名
com.example.sms.service.sales.shipping.ShippingService
種類
クラス

出荷ダウンロード件数取得

単純名
countShipping
完全修飾名
com.example.sms.service.system.download.DownloadService#countShipping(DownloadCriteria)
種類
メソッド

出荷データダウンロード条件

単純名
Shipment
完全修飾名
com.example.sms.domain.model.system.download.Shipment
種類
クラス

出荷ドメインサービス

単純名
ShippingDomainService
完全修飾名
com.example.sms.domain.service.sales.shipping.ShippingDomainService
種類
クラス

出荷ルール

単純名
rule
完全修飾名
com.example.sms.domain.model.sales.shipping.rule
種類
パッケージ

出荷ルール

単純名
ShippingRule
完全修飾名
com.example.sms.domain.model.sales.shipping.rule.ShippingRule
種類
クラス

出荷ルールチェック

単純名
checkRule
完全修飾名
com.example.sms.domain.service.sales.shipping.ShippingDomainService#checkRule(ShippingList)
種類
メソッド

出荷ルールチェック

単純名
checkRule
完全修飾名
com.example.sms.service.sales.shipping.ShippingService#checkRule()
種類
メソッド

出荷ルールチェックリスト

単純名
ShippingRuleCheckList
完全修飾名
com.example.sms.domain.model.sales.shipping.rule.ShippingRuleCheckList
種類
クラス

出荷一覧

単純名
ShippingList
完全修飾名
com.example.sms.domain.model.sales.shipping.ShippingList
種類
クラス

出荷一覧をページング付きで取得

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.sales.shipping.ShippingService#selectAllWithPageInfo()
種類
メソッド

出荷一覧を取得

単純名
selectAll
完全修飾名
com.example.sms.service.sales.shipping.ShippingService#selectAll()
種類
メソッド

出荷先

単純名
Shipping
完全修飾名
com.example.sms.domain.model.master.partner.customer.Shipping
種類
クラス

出荷先コード

単純名
ShippingCode
完全修飾名
com.example.sms.domain.model.master.partner.customer.ShippingCode
種類
クラス

出荷先一覧

単純名
ShippingList
完全修飾名
com.example.sms.domain.model.master.partner.customer.ShippingList
種類
クラス

出荷完了イベントを処理して在庫を減らす

単純名
processShipment
完全修飾名
com.example.sms.service.inventory.InventoryService#processShipment(Shipped)
種類
メソッド

出荷完了時のイベントハンドラー

単純名
handleShippedEvent
完全修飾名
com.example.sms.service.sales.shipping.ShippingEventHandler#handleShippedEvent(Shipped)
種類
メソッド

出荷情報を保存(新規登録または更新)

単純名
save
完全修飾名
com.example.sms.service.sales.shipping.ShippingService#save(Shipping)
種類
メソッド

出荷情報を検索

単純名
search
完全修飾名
com.example.sms.service.sales.shipping.ShippingService#search(ShippingCriteria)
種類
メソッド

出荷指示

単純名
orderShipping
完全修飾名
com.example.sms.service.sales.shipping.ShippingService#orderShipping(ShippingList)
種類
メソッド

出荷日

単純名
ShippingDate
完全修飾名
com.example.sms.domain.model.sales.order.ShippingDate
種類
クラス

出荷検索条件

単純名
ShippingCriteria
完全修飾名
com.example.sms.service.sales.shipping.ShippingCriteria
種類
クラス

出荷検索条件リソース

単純名
ShippingCriteriaResource
完全修飾名
com.example.sms.presentation.api.sales.shipping.ShippingCriteriaResource
種類
クラス

出荷確認

単純名
confirmShipping
完全修飾名
com.example.sms.service.sales.shipping.ShippingService#confirmShipping(ShippingList)
種類
メソッド

出荷納期超過ルール

単純名
ShipmentDeliveryOverDueRule
完全修飾名
com.example.sms.domain.model.sales.shipping.rule.ShipmentDeliveryOverDueRule
種類
クラス

利用可能な在庫のみフィルタリング

単純名
filterAvailable
完全修飾名
com.example.sms.domain.model.inventory.InventoryList#filterAvailable()
種類
メソッド

利用可能在庫のみの検索条件を作成

単純名
availableOnly
完全修飾名
com.example.sms.service.inventory.InventoryCriteria#availableOnly()
種類
メソッド

単一の売上に対する請求処理を実行する

単純名
processSales
完全修飾名
com.example.sms.service.sales.invoice.SpotBillingProcessor#processSales(Sales,String)
種類
メソッド

単位区分

単純名
UnitType
完全修飾名
com.example.sms.domain.type.quantity.UnitType
種類
クラス

取引先

単純名
partner
完全修飾名
com.example.sms.domain.model.master.partner
種類
パッケージ

取引先

単純名
Partner
完全修飾名
com.example.sms.domain.model.master.partner.Partner
種類
クラス

取引先 API

単純名
PartnerApiController
完全修飾名
com.example.sms.presentation.api.master.partner.PartnerApiController
種類
クラス

取引先CSV変換

単純名
convertPartner
完全修飾名
com.example.sms.service.system.download.DownloadService#convertPartner(DownloadCriteria)
種類
メソッド

取引先グループ

単純名
PartnerGroup
完全修飾名
com.example.sms.domain.model.master.partner.PartnerGroup
種類
クラス

取引先グループAPI

単純名
PartnerGroupApiController
完全修飾名
com.example.sms.presentation.api.master.partner.PartnerGroupApiController
種類
クラス

取引先グループCSV変換

単純名
convertPartnerGroup
完全修飾名
com.example.sms.service.system.download.DownloadService#convertPartnerGroup(DownloadCriteria)
種類
メソッド

取引先グループコード

単純名
PartnerGroupCode
完全修飾名
com.example.sms.domain.model.master.partner.PartnerGroupCode
種類
クラス

取引先グループサービス

単純名
PartnerGroupService
完全修飾名
com.example.sms.service.master.partner.PartnerGroupService
種類
クラス

取引先グループダウンロード件数取得

単純名
countPartnerGroups
完全修飾名
com.example.sms.service.system.download.DownloadService#countPartnerGroups(DownloadCriteria)
種類
メソッド

取引先グループダウンロード条件

単純名
PartnerGroup
完全修飾名
com.example.sms.domain.model.system.download.PartnerGroup
種類
クラス

取引先グループ一覧

単純名
PartnerGroupList
完全修飾名
com.example.sms.domain.model.master.partner.PartnerGroupList
種類
クラス

取引先グループ一覧

単純名
selectAll
完全修飾名
com.example.sms.service.master.partner.PartnerGroupService#selectAll()
種類
メソッド

取引先グループ一覧 (ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.master.partner.PartnerGroupService#selectAllWithPageInfo()
種類
メソッド

取引先グループ削除

単純名
delete
完全修飾名
com.example.sms.service.master.partner.PartnerGroupService#delete(PartnerGroup)
種類
メソッド

取引先グループ情報編集

単純名
save
完全修飾名
com.example.sms.service.master.partner.PartnerGroupService#save(PartnerGroup)
種類
メソッド

取引先グループ新規登録

単純名
register
完全修飾名
com.example.sms.service.master.partner.PartnerGroupService#register(PartnerGroup)
種類
メソッド

取引先グループ検索

単純名
find
完全修飾名
com.example.sms.service.master.partner.PartnerGroupService#find(String)
種類
メソッド

取引先グループ検索条件

単純名
PartnerGroupCriteria
完全修飾名
com.example.sms.service.master.partner.PartnerGroupCriteria
種類
クラス

取引先コード

単純名
PartnerCode
完全修飾名
com.example.sms.domain.model.master.partner.PartnerCode
種類
クラス

取引先サービス

単純名
PartnerService
完全修飾名
com.example.sms.service.master.partner.PartnerService
種類
クラス

取引先ダウンロード件数取得

単純名
countPartner
完全修飾名
com.example.sms.service.system.download.DownloadService#countPartner(DownloadCriteria)
種類
メソッド

取引先一覧

単純名
PartnerList
完全修飾名
com.example.sms.domain.model.master.partner.PartnerList
種類
クラス

取引先一覧

単純名
selectAll
完全修飾名
com.example.sms.service.master.partner.PartnerService#selectAll()
種類
メソッド

取引先一覧 (ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.master.partner.PartnerService#selectAllWithPageInfo()
種類
メソッド

取引先分類

単純名
PartnerCategoryItem
完全修飾名
com.example.sms.domain.model.master.partner.PartnerCategoryItem
種類
クラス

取引先分類API

単純名
PartnerCategoryApiController
完全修飾名
com.example.sms.presentation.api.master.partner.PartnerCategoryApiController
種類
クラス

取引先分類一覧

単純名
PartnerCategoryList
完全修飾名
com.example.sms.domain.model.master.partner.PartnerCategoryList
種類
クラス

取引先分類所属

単純名
PartnerCategoryAffiliation
完全修飾名
com.example.sms.domain.model.master.partner.PartnerCategoryAffiliation
種類
クラス

取引先分類種別

単純名
PartnerCategoryType
完全修飾名
com.example.sms.domain.model.master.partner.PartnerCategoryType
種類
クラス

取引先分類種別サービス

単純名
PartnerCategoryService
完全修飾名
com.example.sms.service.master.partner.PartnerCategoryService
種類
クラス

取引先分類種別一覧

単純名
selectAll
完全修飾名
com.example.sms.service.master.partner.PartnerCategoryService#selectAll()
種類
メソッド

取引先分類種別一覧 (ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.master.partner.PartnerCategoryService#selectAllWithPageInfo()
種類
メソッド

取引先分類種別削除

単純名
delete
完全修飾名
com.example.sms.service.master.partner.PartnerCategoryService#delete(PartnerCategoryType)
種類
メソッド

取引先分類種別情報編集

単純名
save
完全修飾名
com.example.sms.service.master.partner.PartnerCategoryService#save(PartnerCategoryType)
種類
メソッド

取引先分類種別新規登録

単純名
register
完全修飾名
com.example.sms.service.master.partner.PartnerCategoryService#register(PartnerCategoryType)
種類
メソッド

取引先分類種別検索

単純名
find
完全修飾名
com.example.sms.service.master.partner.PartnerCategoryService#find(String)
種類
メソッド

取引先分類種別検索 (ページング)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.master.partner.PartnerCategoryService#searchWithPageInfo(PartnerCategoryCriteria)
種類
メソッド

取引先分類種別検索条件

単純名
PartnerCategoryCriteria
完全修飾名
com.example.sms.service.master.partner.PartnerCategoryCriteria
種類
クラス

取引先削除

単純名
delete
完全修飾名
com.example.sms.service.master.partner.PartnerService#delete(Partner)
種類
メソッド

取引先名称

単純名
PartnerName
完全修飾名
com.example.sms.domain.model.master.partner.PartnerName
種類
クラス

取引先情報編集

単純名
save
完全修飾名
com.example.sms.service.master.partner.PartnerService#save(Partner)
種類
メソッド

取引先新規登録

単純名
register
完全修飾名
com.example.sms.service.master.partner.PartnerService#register(Partner)
種類
メソッド

取引先検索

単純名
find
完全修飾名
com.example.sms.service.master.partner.PartnerService#find(String)
種類
メソッド

取引先検索 (ページング)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.master.partner.PartnerService#searchWithPageInfo(PartnerCriteria)
種類
メソッド

取引先検索条件

単純名
PartnerCriteria
完全修飾名
com.example.sms.service.master.partner.PartnerCriteria
種類
クラス

取引禁止フラグ

単純名
TradeProhibitedFlag
完全修飾名
com.example.sms.domain.model.master.partner.TradeProhibitedFlag
種類
クラス

受注

単純名
order
完全修飾名
com.example.sms.domain.model.sales.order
種類
パッケージ

受注

単純名
Order
完全修飾名
com.example.sms.domain.model.sales.order.Order
種類
クラス

受注API

単純名
OrderApiController
完全修飾名
com.example.sms.presentation.api.sales.order.OrderApiController
種類
クラス

受注CSV変換

単純名
convertOrder
完全修飾名
com.example.sms.service.system.download.DownloadService#convertOrder(DownloadCriteria)
種類
メソッド

受注アップロードエラーリスト

単純名
SalesOrderUploadErrorList
完全修飾名
com.example.sms.service.sales.order.SalesOrderUploadErrorList
種類
クラス

受注サービス

単純名
SalesOrderService
完全修飾名
com.example.sms.service.sales.order.SalesOrderService
種類
クラス

受注ダウンロード件数取得

単純名
countOrder
完全修飾名
com.example.sms.service.system.download.DownloadService#countOrder(DownloadCriteria)
種類
メソッド

受注ダウンロード条件

単純名
Order
完全修飾名
com.example.sms.domain.model.system.download.Order
種類
クラス

受注ドメインサービス

単純名
OrderDomainService
完全修飾名
com.example.sms.domain.service.sales.order.OrderDomainService
種類
クラス

受注ルール

単純名
rule
完全修飾名
com.example.sms.domain.model.sales.order.rule
種類
パッケージ

受注ルール

単純名
OrderRule
完全修飾名
com.example.sms.domain.model.sales.order.rule.OrderRule
種類
クラス

受注ルールチェック

単純名
checkRule
完全修飾名
com.example.sms.domain.service.sales.order.OrderDomainService#checkRule(OrderList)
種類
メソッド

受注ルールチェック

単純名
checkRule
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#checkRule()
種類
メソッド

受注ルールチェックリスト

単純名
OrderRuleCheckList
完全修飾名
com.example.sms.domain.model.sales.order.rule.OrderRuleCheckList
種類
クラス

受注一覧

単純名
OrderList
完全修飾名
com.example.sms.domain.model.sales.order.OrderList
種類
クラス

受注一覧

単純名
selectAll
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#selectAll()
種類
メソッド

受注一覧(ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#selectAllWithPageInfo()
種類
メソッド

受注削除

単純名
delete
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#delete(Order)
種類
メソッド

受注新規登録

単純名
register
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#register(Order)
種類
メソッド

受注日

単純名
OrderDate
完全修飾名
com.example.sms.domain.model.sales.order.OrderDate
種類
クラス

受注明細

単純名
OrderLine
完全修飾名
com.example.sms.domain.model.sales.order.OrderLine
種類
クラス

受注検索

単純名
find
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#find(String)
種類
メソッド

受注検索条件

単純名
SalesOrderCriteria
完全修飾名
com.example.sms.service.sales.order.SalesOrderCriteria
種類
クラス

受注検索(ページング)

単純名
searchSalesOrderWithPageInfo
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#searchSalesOrderWithPageInfo(SalesOrderCriteria)
種類
メソッド

受注番号

単純名
OrderNumber
完全修飾名
com.example.sms.domain.model.sales.order.OrderNumber
種類
クラス

受注番号生成

単純名
generateOrderNumber
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#generateOrderNumber(LocalDateTime)
種類
メソッド

受注番号生成

単純名
generateOrderNumber
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#generateOrderNumber(Order)
種類
メソッド

受注納期ルール

単純名
OrderDeliveryRule
完全修飾名
com.example.sms.domain.model.sales.order.rule.OrderDeliveryRule
種類
クラス

受注納期超過ルール

単純名
OrderDeliveryOverDueRule
完全修飾名
com.example.sms.domain.model.sales.order.rule.OrderDeliveryOverDueRule
種類
クラス

受注編集

単純名
save
完全修飾名
com.example.sms.service.sales.order.SalesOrderService#save(Order)
種類
メソッド

受注金額ルール

単純名
OrderAmountRule
完全修飾名
com.example.sms.domain.model.sales.order.rule.OrderAmountRule
種類
クラス

口座CSV変換

単純名
convertPaymentAccount
完全修飾名
com.example.sms.service.system.download.DownloadService#convertPaymentAccount(DownloadCriteria)
種類
メソッド

口座ダウンロード件数取得

単純名
countPaymentAccount
完全修飾名
com.example.sms.service.system.download.DownloadService#countPaymentAccount(DownloadCriteria)
種類
メソッド

口座ダウンロード条件

単純名
PaymentAccount
完全修飾名
com.example.sms.domain.model.system.download.PaymentAccount
種類
クラス

単純名
LastName
完全修飾名
com.example.sms.domain.model.system.user.Name#LastName()
種類
メソッド

名前

単純名
Name
完全修飾名
com.example.sms.domain.model.system.user.Name
種類
クラス

品目区分

単純名
ItemType
完全修飾名
com.example.sms.domain.model.master.product.ItemType
種類
クラス

商品

単純名
product
完全修飾名
com.example.sms.domain.model.master.product
種類
パッケージ

商品

単純名
Product
完全修飾名
com.example.sms.domain.model.master.product.Product
種類
クラス

商品API

単純名
ProductApiController
完全修飾名
com.example.sms.presentation.api.master.product.ProductApiController
種類
クラス

商品CSV変換

単純名
convertProducts
完全修飾名
com.example.sms.service.system.download.DownloadService#convertProducts(DownloadCriteria)
種類
メソッド

商品カテゴリダウンロード件数取得

単純名
countProductCategories
完全修飾名
com.example.sms.service.system.download.DownloadService#countProductCategories(DownloadCriteria)
種類
メソッド

商品コード

単純名
ProductCode
完全修飾名
com.example.sms.domain.model.master.product.ProductCode
種類
クラス

商品コード

単純名
productCode
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryUploadCSV#productCode
種類
フィールド

商品コードでフィルタリング

単純名
filterByProductCode
完全修飾名
com.example.sms.domain.model.inventory.InventoryList#filterByProductCode(String)
種類
メソッド

商品コードでフィルタリングする検索条件を作成

単純名
byProductCode
完全修飾名
com.example.sms.service.inventory.InventoryCriteria#byProductCode(String)
種類
メソッド

商品サービス

単純名
ProductService
完全修飾名
com.example.sms.service.master.product.ProductService
種類
クラス

商品ダウンロード件数取得

単純名
countProducts
完全修飾名
com.example.sms.service.system.download.DownloadService#countProducts(DownloadCriteria)
種類
メソッド

商品ダウンロード条件

単純名
Product
完全修飾名
com.example.sms.domain.model.system.download.Product
種類
クラス

商品一覧

単純名
ProductList
完全修飾名
com.example.sms.domain.model.master.product.ProductList
種類
クラス

商品一覧

単純名
selectAll
完全修飾名
com.example.sms.service.master.product.ProductService#selectAll()
種類
メソッド

商品一覧(ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.master.product.ProductService#selectAllWithPageInfo()
種類
メソッド

商品分類

単純名
ProductCategory
完全修飾名
com.example.sms.domain.model.master.product.ProductCategory
種類
クラス

商品分類API

単純名
ProductCategoryApiController
完全修飾名
com.example.sms.presentation.api.master.product.ProductCategoryApiController
種類
クラス

商品分類CSV変換

単純名
convertProductCategories
完全修飾名
com.example.sms.service.system.download.DownloadService#convertProductCategories(DownloadCriteria)
種類
メソッド

商品分類コード

単純名
ProductCategoryCode
完全修飾名
com.example.sms.domain.model.master.product.ProductCategoryCode
種類
クラス

商品分類ダウンロード条件

単純名
ProductCategory
完全修飾名
com.example.sms.domain.model.system.download.ProductCategory
種類
クラス

商品分類一覧

単純名
ProductCategoryList
完全修飾名
com.example.sms.domain.model.master.product.ProductCategoryList
種類
クラス

商品分類一覧

単純名
selectAllCategory
完全修飾名
com.example.sms.service.master.product.ProductService#selectAllCategory()
種類
メソッド

商品分類一覧(ページング)

単純名
selectAllCategoryWithPageInfo
完全修飾名
com.example.sms.service.master.product.ProductService#selectAllCategoryWithPageInfo()
種類
メソッド

商品分類削除

単純名
deleteCategory
完全修飾名
com.example.sms.service.master.product.ProductService#deleteCategory(ProductCategory)
種類
メソッド

商品分類情報編集

単純名
saveCategory
完全修飾名
com.example.sms.service.master.product.ProductService#saveCategory(ProductCategory)
種類
メソッド

商品分類情報編集(商品追加、削除)

単純名
saveCategory
完全修飾名
com.example.sms.service.master.product.ProductService#saveCategory(ProductCategory,List,List)
種類
メソッド

商品分類新規登録

単純名
registerCategory
完全修飾名
com.example.sms.service.master.product.ProductService#registerCategory(ProductCategory)
種類
メソッド

商品分類検索

単純名
findCategory
完全修飾名
com.example.sms.service.master.product.ProductService#findCategory(String)
種類
メソッド

商品分類検索条件

単純名
ProductCategoryCriteria
完全修飾名
com.example.sms.service.master.product.ProductCategoryCriteria
種類
クラス

商品分類検索(ページング)

単純名
searchProductCategoryWithPageInfo
完全修飾名
com.example.sms.service.master.product.ProductService#searchProductCategoryWithPageInfo(ProductCategoryCriteria)
種類
メソッド

商品削除

単純名
delete
完全修飾名
com.example.sms.service.master.product.ProductService#delete(Product)
種類
メソッド

商品区分

単純名
ProductType
完全修飾名
com.example.sms.domain.model.master.product.ProductType
種類
クラス

商品名

単純名
ProductName
完全修飾名
com.example.sms.domain.model.master.product.ProductName
種類
クラス

商品情報編集

単純名
save
完全修飾名
com.example.sms.service.master.product.ProductService#save(Product)
種類
メソッド

商品新規登録

単純名
register
完全修飾名
com.example.sms.service.master.product.ProductService#register(Product)
種類
メソッド

商品検索

単純名
find
完全修飾名
com.example.sms.service.master.product.ProductService#find(String)
種類
メソッド

商品検索 (ページング)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.master.partner.PartnerGroupService#searchWithPageInfo(PartnerGroupCriteria)
種類
メソッド

商品検索 (ページング)

単純名
searchProductWithPageInfo
完全修飾名
com.example.sms.service.master.product.ProductService#searchProductWithPageInfo(ProductCriteria)
種類
メソッド

商品検索条件

単純名
ProductCriteria
完全修飾名
com.example.sms.service.master.product.ProductCriteria
種類
クラス

回収先コード

単純名
CollectionCode
完全修飾名
com.example.sms.domain.model.master.partner.customer.CollectionCode
種類
クラス

在庫

単純名
inventory
完全修飾名
com.example.sms.domain.model.inventory
種類
パッケージ

在庫

単純名
Inventory
完全修飾名
com.example.sms.domain.model.inventory.Inventory
種類
クラス

在庫API

単純名
InventoryApiController
完全修飾名
com.example.sms.presentation.api.inventory.InventoryApiController
種類
クラス

在庫CSV変換

単純名
convertInventory
完全修飾名
com.example.sms.service.system.download.DownloadService#convertInventory(DownloadCriteria)
種類
メソッド

在庫ありのみの検索条件を作成

単純名
stockOnly
完全修飾名
com.example.sms.service.inventory.InventoryCriteria#stockOnly()
種類
メソッド

在庫が利用可能か判定

単純名
isAvailable
完全修飾名
com.example.sms.domain.model.inventory.Inventory#isAvailable()
種類
メソッド

在庫が存在するか判定

単純名
hasStock
完全修飾名
com.example.sms.domain.model.inventory.Inventory#hasStock()
種類
メソッド

在庫が存在するもののみフィルタリング

単純名
filterHasStock
完全修飾名
com.example.sms.domain.model.inventory.InventoryList#filterHasStock()
種類
メソッド

在庫を予約

単純名
reserve
完全修飾名
com.example.sms.domain.model.inventory.Inventory#reserve(Integer)
種類
メソッド

在庫を保存

単純名
save
完全修飾名
com.example.sms.service.inventory.InventoryRepository#save(Inventory)
種類
メソッド

在庫を入荷

単純名
receive
完全修飾名
com.example.sms.domain.model.inventory.Inventory#receive(Integer)
種類
メソッド

在庫を出荷

単純名
ship
完全修飾名
com.example.sms.domain.model.inventory.Inventory#ship(Integer,LocalDateTime)
種類
メソッド

在庫を削除

単純名
delete
完全修飾名
com.example.sms.service.inventory.InventoryRepository#delete(InventoryKey)
種類
メソッド

在庫を管理するアプリケーションサービス

単純名
inventoryService
完全修飾名
com.example.sms.service.sales.shipping.ShippingEventHandler#inventoryService
種類
フィールド

在庫を調整

単純名
adjustStock
完全修飾名
com.example.sms.domain.model.inventory.Inventory#adjustStock(Integer)
種類
メソッド

在庫を追加

単純名
add
完全修飾名
com.example.sms.domain.model.inventory.InventoryList#add(Inventory)
種類
メソッド

在庫アップロードエラーリスト

単純名
InventoryUploadErrorList
完全修飾名
com.example.sms.service.inventory.InventoryUploadErrorList
種類
クラス

在庫アップロード用CSVデータクラス

単純名
InventoryUploadCSV
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryUploadCSV
種類
クラス

在庫エンティティマッパー

単純名
InventoryEntityMapper
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryEntityMapper
種類
クラス

在庫キーで検索

単純名
findByKey
完全修飾名
com.example.sms.service.inventory.InventoryRepository#findByKey(InventoryKey)
種類
メソッド

在庫キーを取得

単純名
getKey
完全修飾名
com.example.sms.domain.model.inventory.Inventory#getKey()
種類
メソッド

在庫キー(複合主キー)

単純名
InventoryKey
完全修飾名
com.example.sms.domain.model.inventory.InventoryKey
種類
クラス

在庫サービス

単純名
InventoryService
完全修飾名
com.example.sms.service.inventory.InventoryService
種類
クラス

在庫ゼロルール

単純名
InventoryZeroStockRule
完全修飾名
com.example.sms.domain.model.inventory.rule.InventoryZeroStockRule
種類
クラス
在庫数量がゼロの場合は要確認とする

在庫ダウンロードCSV

単純名
InventoryDownloadCSV
完全修飾名
com.example.sms.infrastructure.datasource.system.download.InventoryDownloadCSV
種類
クラス

在庫ダウンロード件数取得

単純名
countInventory
完全修飾名
com.example.sms.service.system.download.DownloadService#countInventory(DownloadCriteria)
種類
メソッド

在庫ダウンロード条件

単純名
Inventory
完全修飾名
com.example.sms.domain.model.system.download.Inventory
種類
クラス

在庫ドメインサービス

単純名
InventoryDomainService
完全修飾名
com.example.sms.domain.service.inventory.InventoryDomainService
種類
クラス

在庫リスト

単純名
InventoryList
完全修飾名
com.example.sms.domain.model.inventory.InventoryList
種類
クラス

在庫リソース

単純名
InventoryResource
完全修飾名
com.example.sms.presentation.api.inventory.InventoryResource
種類
クラス

在庫リソースDTOマッパー

単純名
InventoryResourceDTOMapper
完全修飾名
com.example.sms.presentation.api.inventory.InventoryResourceDTOMapper
種類
クラス

在庫リポジトリインターフェース

単純名
InventoryRepository
完全修飾名
com.example.sms.service.inventory.InventoryRepository
種類
クラス

在庫ルール

単純名
rule
完全修飾名
com.example.sms.domain.model.inventory.rule
種類
パッケージ

在庫ルール

単純名
InventoryRule
完全修飾名
com.example.sms.domain.model.inventory.rule.InventoryRule
種類
クラス

在庫ルールチェック

単純名
checkRule
完全修飾名
com.example.sms.domain.service.inventory.InventoryDomainService#checkRule(InventoryList)
種類
メソッド

在庫ルールチェック結果リスト

単純名
InventoryRuleCheckList
完全修飾名
com.example.sms.domain.model.inventory.rule.InventoryRuleCheckList
種類
クラス

在庫レベルルール

単純名
InventoryStockLevelRule
完全修飾名
com.example.sms.domain.model.inventory.rule.InventoryStockLevelRule
種類
クラス
実在庫数が閾値を下回っている場合は要確認とする

在庫一括登録

単純名
uploadCsvFile
完全修飾名
com.example.sms.service.inventory.InventoryService#uploadCsvFile(MultipartFile)
種類
メソッド

在庫予約

単純名
reserveStock
完全修飾名
com.example.sms.service.inventory.InventoryService#reserveStock(InventoryKey,Integer)
種類
メソッド

在庫出荷

単純名
shipStock
完全修飾名
com.example.sms.service.inventory.InventoryService#shipStock(InventoryKey,Integer,LocalDateTime)
種類
メソッド

在庫削除

単純名
delete
完全修飾名
com.example.sms.service.inventory.InventoryService#delete(InventoryKey)
種類
メソッド

在庫区分

単純名
StockCategory
完全修飾名
com.example.sms.domain.model.inventory.StockCategory
種類
クラス

在庫区分

単純名
stockCategory
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryUploadCSV#stockCategory
種類
フィールド

在庫受入

単純名
receiveStock
完全修飾名
com.example.sms.service.inventory.InventoryService#receiveStock(InventoryKey,Integer)
種類
メソッド

在庫引当区分

単純名
StockAllocationType
完全修飾名
com.example.sms.domain.model.master.product.StockAllocationType
種類
クラス

在庫更新

単純名
update
完全修飾名
com.example.sms.service.inventory.InventoryService#update(Inventory)
種類
メソッド

在庫検索

単純名
findAll
完全修飾名
com.example.sms.service.inventory.InventoryService#findAll()
種類
メソッド

在庫検索

単純名
findByKey
完全修飾名
com.example.sms.service.inventory.InventoryService#findByKey(InventoryKey)
種類
メソッド

在庫検索条件

単純名
InventoryCriteria
完全修飾名
com.example.sms.service.inventory.InventoryCriteria
種類
クラス

在庫検索条件リソース

単純名
InventoryCriteriaResource
完全修飾名
com.example.sms.presentation.api.inventory.InventoryCriteriaResource
種類
クラス

在庫検索(ページネーション)

単純名
findAllWithPageInfo
完全修飾名
com.example.sms.service.inventory.InventoryService#findAllWithPageInfo()
種類
メソッド

在庫検索(検索条件・ページネーション)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.inventory.InventoryService#searchWithPageInfo(InventoryCriteria)
種類
メソッド

在庫検索(検索条件)

単純名
searchByCriteria
完全修飾名
com.example.sms.service.inventory.InventoryService#searchByCriteria(InventoryCriteria)
種類
メソッド

在庫登録

単純名
register
完全修飾名
com.example.sms.service.inventory.InventoryService#register(Inventory)
種類
メソッド

在庫管理対象区分

単純名
StockManagementTargetType
完全修飾名
com.example.sms.domain.model.master.product.StockManagementTargetType
種類
クラス

在庫調整

単純名
adjustStock
完全修飾名
com.example.sms.service.inventory.InventoryService#adjustStock(InventoryKey,Integer)
種類
メソッド

地域

単純名
region
完全修飾名
com.example.sms.domain.model.master.region
種類
パッケージ

地域

単純名
Region
完全修飾名
com.example.sms.domain.model.master.region.Region
種類
クラス

地域を削除

単純名
delete
完全修飾名
com.example.sms.service.master.region.RegionService#delete(Region)
種類
メソッド

地域コード

単純名
RegionCode
完全修飾名
com.example.sms.domain.model.master.region.RegionCode
種類
クラス

地域コードAPI

単純名
RegionApiController
完全修飾名
com.example.sms.presentation.api.master.region.RegionApiController
種類
クラス

地域サービス

単純名
RegionService
完全修飾名
com.example.sms.service.master.region.RegionService
種類
クラス

地域リスト

単純名
RegionList
完全修飾名
com.example.sms.domain.model.master.region.RegionList
種類
クラス

地域一覧をページングで取得

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.master.region.RegionService#selectAllWithPageInfo()
種類
メソッド

地域一覧を取得

単純名
selectAll
完全修飾名
com.example.sms.service.master.region.RegionService#selectAll()
種類
メソッド

地域情報を編集

単純名
save
完全修飾名
com.example.sms.service.master.region.RegionService#save(Region)
種類
メソッド

地域新規登録

単純名
register
完全修飾名
com.example.sms.service.master.region.RegionService#register(Region)
種類
メソッド

地域検索

単純名
find
完全修飾名
com.example.sms.service.master.region.RegionService#find(String)
種類
メソッド

地域検索 (ページング)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.master.region.RegionService#searchWithPageInfo(RegionCriteria)
種類
メソッド

地域検索条件

単純名
RegionCriteria
完全修飾名
com.example.sms.service.master.region.RegionCriteria
種類
クラス

売上

単純名
sales
完全修飾名
com.example.sms.domain.model.sales.sales
種類
パッケージ

売上

単純名
Sales
完全修飾名
com.example.sms.domain.model.sales.sales.Sales
種類
クラス

売上API

単純名
SalesApiController
完全修飾名
com.example.sms.presentation.api.sales.sales.SalesApiController
種類
クラス

売上CSV変換

単純名
convertSales
完全修飾名
com.example.sms.service.system.download.DownloadService#convertSales(DownloadCriteria)
種類
メソッド

売上の請求済みを取得

単純名
selectAllUnbilled
完全修飾名
com.example.sms.service.sales.sales.SalesService#selectAllUnbilled()
種類
メソッド

売上をIDで検索

単純名
find
完全修飾名
com.example.sms.service.sales.sales.SalesService#find(String)
種類
メソッド

売上を削除

単純名
delete
完全修飾名
com.example.sms.service.sales.sales.SalesService#delete(Sales)
種類
メソッド

売上を新規登録

単純名
register
完全修飾名
com.example.sms.service.sales.sales.SalesService#register(Sales)
種類
メソッド

売上を更新する

単純名
updateSales
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#updateSales(Sales,String,InvoiceDate)
種類
メソッド

売上を更新する

単純名
updateSales
完全修飾名
com.example.sms.service.sales.invoice.SpotBillingProcessor#updateSales(Sales,String,InvoiceDate)
種類
メソッド

売上サービス

単純名
SalesService
完全修飾名
com.example.sms.service.sales.sales.SalesService
種類
クラス

売上ダウンロード件数取得

単純名
countSales
完全修飾名
com.example.sms.service.system.download.DownloadService#countSales(DownloadCriteria)
種類
メソッド

売上ダウンロード条件

単純名
Sales
完全修飾名
com.example.sms.domain.model.system.download.Sales
種類
クラス

売上リストから締請求処理用のプロセッサを作成する

単純名
createFrom
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#createFrom(SalesList,LocalDateTime)
種類
メソッド

売上リストから都度請求処理用のプロセッサを作成する

単純名
createFrom
完全修飾名
com.example.sms.service.sales.invoice.SpotBillingProcessor#createFrom(SalesList,LocalDateTime)
種類
メソッド

売上一覧

単純名
SalesList
完全修飾名
com.example.sms.domain.model.sales.sales.SalesList
種類
クラス

売上一覧をページング付きで取得

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.sales.sales.SalesService#selectAllWithPageInfo()
種類
メソッド

売上一覧を取得

単純名
selectAll
完全修飾名
com.example.sms.service.sales.sales.SalesService#selectAll()
種類
メソッド

売上区分

単純名
SalesType
完全修飾名
com.example.sms.domain.model.sales.sales.SalesType
種類
クラス

売上情報を編集

単純名
save
完全修飾名
com.example.sms.service.sales.sales.SalesService#save(Sales)
種類
メソッド

売上日

単純名
SalesDate
完全修飾名
com.example.sms.domain.model.sales.sales.SalesDate
種類
クラス

売上明細

単純名
SalesLine
完全修飾名
com.example.sms.domain.model.sales.sales.SalesLine
種類
クラス

売上検索条件

単純名
SalesCriteria
完全修飾名
com.example.sms.service.sales.sales.SalesCriteria
種類
クラス

売上検索条件リソース

単純名
SalesCriteriaResource
完全修飾名
com.example.sms.presentation.api.sales.sales.SalesCriteriaResource
種類
クラス

売上番号

単純名
SalesNumber
完全修飾名
com.example.sms.domain.model.sales.sales.SalesNumber
種類
クラス

売上番号を生成する

単純名
generateSalesNumber
完全修飾名
com.example.sms.service.sales.sales.SalesService#generateSalesNumber(LocalDateTime)
種類
メソッド

売上金額計算

単純名
SalesCalculation
完全修飾名
com.example.sms.domain.model.sales.order.SalesCalculation
種類
クラス

売上集計

単純名
aggregate
完全修飾名
com.example.sms.service.sales.sales.SalesService#aggregate()
種類
メソッド

単純名
FirstName
完全修飾名
com.example.sms.domain.model.system.user.Name#FirstName()
種類
メソッド

完了しているかどうか

単純名
isCompleted
完全修飾名
com.example.sms.domain.model.procurement.order.PurchaseOrderLine#isCompleted()
種類
メソッド

完了フラグ

単純名
CompletionFlag
完全修飾名
com.example.sms.domain.model.sales.order.CompletionFlag
種類
クラス

完了フラグで検索

単純名
findByCompletionFlag
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderRepository#findByCompletionFlag(CompletionFlag)
種類
メソッド

実在庫数の合計を計算

単純名
getTotalActualStock
完全修飾名
com.example.sms.domain.model.inventory.InventoryList#getTotalActualStock()
種類
メソッド

実在庫数量

単純名
actualStockQuantity
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryUploadCSV#actualStockQuantity
種類
フィールド

希望納期

単純名
DesiredDeliveryDate
完全修飾名
com.example.sms.domain.model.sales.order.DesiredDeliveryDate
種類
クラス

単純名
Expression
完全修飾名
com.example.sms.domain.type.money.Expression
種類
クラス

役割

単純名
RoleName
完全修飾名
com.example.sms.domain.model.system.user.RoleName
種類
クラス

指定納期

単純名
DesignatedDeliveryDate
完全修飾名
com.example.sms.domain.model.procurement.order.DesignatedDeliveryDate
種類
クラス

支払

単純名
PurchasePayment
完全修飾名
com.example.sms.domain.model.procurement.payment.PurchasePayment
種類
クラス

支払CSVデータソース

単純名
PurchasePaymentCSVDataSource
完全修飾名
com.example.sms.infrastructure.datasource.system.download.PurchasePaymentCSVDataSource
種類
クラス

支払CSV変換

単純名
convertPurchasePayment
完全修飾名
com.example.sms.service.system.download.DownloadService#convertPurchasePayment(DownloadCriteria)
種類
メソッド

支払い

単純名
payment
完全修飾名
com.example.sms.domain.model.procurement.payment
種類
パッケージ

支払が完了しているかどうかを判定する

単純名
isCompleted
完全修飾名
com.example.sms.domain.model.procurement.payment.PurchasePayment#isCompleted()
種類
メソッド

支払エンティティマッパー

単純名
PurchasePaymentEntityMapper
完全修飾名
com.example.sms.infrastructure.datasource.procurement.payment.PurchasePaymentEntityMapper
種類
クラス

支払ダウンロードCSV

単純名
PurchasePaymentDownloadCSV
完全修飾名
com.example.sms.infrastructure.datasource.system.download.PurchasePaymentDownloadCSV
種類
クラス

支払ダウンロード件数取得

単純名
countPurchasePayment
完全修飾名
com.example.sms.service.system.download.DownloadService#countPurchasePayment(DownloadCriteria)
種類
メソッド

支払ダウンロード条件

単純名
PurchasePayment
完全修飾名
com.example.sms.domain.model.system.download.PurchasePayment
種類
クラス

支払データAPI

単純名
PurchasePaymentApiController
完全修飾名
com.example.sms.presentation.api.procurement.payment.PurchasePaymentApiController
種類
クラス

支払データを保存する

単純名
save
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentService#save(PurchasePayment)
種類
メソッド

支払データを削除する

単純名
delete
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentService#delete(String)
種類
メソッド

支払データを新規登録する

単純名
register
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentService#register(PurchasePayment)
種類
メソッド

支払データサービス

単純名
PurchasePaymentService
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentService
種類
クラス

支払リポジトリ

単純名
PurchasePaymentRepository
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentRepository
種類
クラス

支払一覧

単純名
PurchasePaymentList
完全修飾名
com.example.sms.domain.model.procurement.payment.PurchasePaymentList
種類
クラス

支払保存

単純名
save
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentRepository#save(PurchasePayment)
種類
メソッド

支払削除

単純名
delete
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentRepository#delete(String)
種類
メソッド

支払方法

単純名
PaymentMethod
完全修飾名
com.example.sms.domain.model.master.partner.billing.PaymentMethod
種類
クラス

支払方法区分

単純名
PurchasePaymentMethodType
完全修飾名
com.example.sms.domain.model.procurement.payment.PurchasePaymentMethodType
種類
クラス

支払方法区分

単純名
PaymentMethodType
完全修飾名
com.example.sms.domain.model.sales.payment.PaymentMethodType
種類
クラス

支払日

単純名
PaymentDay
完全修飾名
com.example.sms.domain.model.master.partner.billing.PaymentDay
種類
クラス

支払日

単純名
PurchasePaymentDate
完全修飾名
com.example.sms.domain.model.procurement.payment.PurchasePaymentDate
種類
クラス

支払月

単純名
PaymentMonth
完全修飾名
com.example.sms.domain.model.master.partner.billing.PaymentMonth
種類
クラス

支払検索条件

単純名
PurchasePaymentCriteriaResource
完全修飾名
com.example.sms.presentation.api.procurement.payment.PurchasePaymentCriteriaResource
種類
クラス

支払検索条件

単純名
PurchasePaymentCriteria
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentCriteria
種類
クラス

支払番号

単純名
PurchasePaymentNumber
完全修飾名
com.example.sms.domain.model.procurement.payment.PurchasePaymentNumber
種類
クラス

支払番号で支払データを検索する

単純名
findByPaymentNumber
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentService#findByPaymentNumber(String)
種類
メソッド

支払番号で検索

単純名
findByPaymentNumber
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentRepository#findByPaymentNumber(String)
種類
メソッド

数量

単純名
quantity
完全修飾名
com.example.sms.domain.type.quantity
種類
パッケージ

数量

単純名
Quantity
完全修飾名
com.example.sms.domain.type.quantity.Quantity
種類
クラス

明細CustomEntityからドメインモデルに変換

単純名
toLineModel
完全修飾名
com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toLineModel(PurchaseOrderLineCustomEntity)
種類
メソッド

明細CustomEntityからドメインモデルに変換

単純名
toLineModel
完全修飾名
com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toLineModel(PurchaseLineCustomEntity)
種類
メソッド

明細キーの作成

単純名
mapToKey
完全修飾名
com.example.sms.infrastructure.datasource.sales.invoice.InvoiceEntityMapper#mapToKey(InvoiceLine)
種類
メソッド

明細ドメインモデルから自動生成モデルに変換

単純名
toLineEntity
完全修飾名
com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toLineEntity(PurchaseOrderLine)
種類
メソッド

明細ドメインモデルから自動生成モデルに変換

単純名
toLineEntity
完全修飾名
com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toLineEntity(PurchaseLine)
種類
メソッド

明細金額 (売上金額)

単純名
salesAmount
完全修飾名
com.example.sms.domain.model.sales.sales.SalesLine#salesAmount
種類
フィールド

最下層区分

単純名
DepartmentLowerType
完全修飾名
com.example.sms.domain.model.master.department.DepartmentLowerType
種類
クラス

有効在庫数の合計を計算

単純名
getTotalAvailableStock
完全修飾名
com.example.sms.domain.model.inventory.InventoryList#getTotalAvailableStock()
種類
メソッド

有効在庫数量

単純名
availableStockQuantity
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryUploadCSV#availableStockQuantity
種類
フィールド

未出荷一覧を取得

単純名
selectAllNotComplete
完全修飾名
com.example.sms.service.sales.shipping.ShippingService#selectAllNotComplete()
種類
メソッド

条件で在庫をページ情報付きで検索

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.inventory.InventoryRepository#searchWithPageInfo(InventoryCriteria)
種類
メソッド

条件で在庫を検索

単純名
searchByCriteria
完全修飾名
com.example.sms.service.inventory.InventoryRepository#searchByCriteria(InventoryCriteria)
種類
メソッド

条件付きで売上を検索(ページング付き)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.sales.sales.SalesService#searchWithPageInfo(SalesCriteria)
種類
メソッド

条件付きで請求を検索(ページング付き)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService#searchWithPageInfo(InvoiceCriteria)
種類
メソッド

条件検索(ページング付き)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.sales.shipping.ShippingService#searchWithPageInfo(ShippingCriteria)
種類
メソッド

棚番

単純名
locationnumber
完全修飾名
com.example.sms.domain.model.master.locationnumber
種類
パッケージ

棚番

単純名
LocationNumber
完全修飾名
com.example.sms.domain.model.master.locationnumber.LocationNumber
種類
クラス

棚番API

単純名
LocationNumberApiController
完全修飾名
com.example.sms.presentation.api.master.locationnumber.LocationNumberApiController
種類
クラス

棚番CSV変換

単純名
convertLocationNumber
完全修飾名
com.example.sms.service.system.download.DownloadService#convertLocationNumber(DownloadCriteria)
種類
メソッド

棚番キー

単純名
LocationNumberKey
完全修飾名
com.example.sms.domain.model.master.locationnumber.LocationNumberKey
種類
クラス

棚番コード

単純名
LocationNumberCode
完全修飾名
com.example.sms.domain.model.master.locationnumber.LocationNumberCode
種類
クラス

棚番サービス

単純名
LocationNumberService
完全修飾名
com.example.sms.service.master.locationnumber.LocationNumberService
種類
クラス

棚番ダウンロード件数取得

単純名
countLocationNumber
完全修飾名
com.example.sms.service.system.download.DownloadService#countLocationNumber(DownloadCriteria)
種類
メソッド

棚番ダウンロード条件

単純名
LocationNumber
完全修飾名
com.example.sms.domain.model.system.download.LocationNumber
種類
クラス

棚番マスタのデータアクセス層

単純名
locationnumber
完全修飾名
com.example.sms.infrastructure.datasource.master.locationnumber
種類
パッケージ

棚番マスタテーブルへのデータアクセスを担当するクラス群です。

棚番一覧

単純名
LocationNumberList
完全修飾名
com.example.sms.domain.model.master.locationnumber.LocationNumberList
種類
クラス

棚番一覧

単純名
selectAll
完全修飾名
com.example.sms.service.master.locationnumber.LocationNumberService#selectAll()
種類
メソッド

棚番一覧(ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.master.locationnumber.LocationNumberService#selectAllWithPageInfo()
種類
メソッド

棚番削除

単純名
delete
完全修飾名
com.example.sms.service.master.locationnumber.LocationNumberService#delete(棚番マスタKey)
種類
メソッド

棚番削除 (ドメインキー)

単純名
delete
完全修飾名
com.example.sms.service.master.locationnumber.LocationNumberService#delete(LocationNumberKey)
種類
メソッド

棚番情報編集

単純名
save
完全修飾名
com.example.sms.service.master.locationnumber.LocationNumberService#save(LocationNumber)
種類
メソッド

棚番新規登録

単純名
register
完全修飾名
com.example.sms.service.master.locationnumber.LocationNumberService#register(LocationNumber)
種類
メソッド

棚番検索

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.master.locationnumber.LocationNumberService#searchWithPageInfo(LocationNumberCriteria)
種類
メソッド

棚番検索 (ドメインキー)

単純名
find
完全修飾名
com.example.sms.service.master.locationnumber.LocationNumberService#find(LocationNumberKey)
種類
メソッド

棚番検索 (複合キー)

単純名
find
完全修飾名
com.example.sms.service.master.locationnumber.LocationNumberService#find(棚番マスタKey)
種類
メソッド

棚番検索(倉庫コード)

単純名
findByWarehouseCode
完全修飾名
com.example.sms.service.master.locationnumber.LocationNumberService#findByWarehouseCode(String)
種類
メソッド

棚番検索(棚番コード)

単純名
findByLocationNumberCode
完全修飾名
com.example.sms.service.master.locationnumber.LocationNumberService#findByLocationNumberCode(String)
種類
メソッド

検索条件で検索(ページング)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderRepository#searchWithPageInfo(PurchaseOrderCriteria)
種類
メソッド

検索条件で検索(ページング)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentRepository#searchWithPageInfo(PurchasePaymentCriteria)
種類
メソッド

検索条件で検索(ページング)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.procurement.purchase.PurchaseRepository#searchWithPageInfo(PurchaseCriteria)
種類
メソッド

検索条件に基づいて入金データを検索する(ページング付き)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedRepository#searchWithPageInfo(PaymentReceivedCriteria)
種類
メソッド

検索条件に基づいて入金データを検索する(ページング付き)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedService#searchWithPageInfo(PaymentReceivedCriteria)
種類
メソッド

検索条件に基づいて入金口座を検索し、ページング情報付きで結果を返す

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.master.payment.PaymentAccountRepository#searchWithPageInfo(PaymentAccountCriteria)
種類
メソッド

検索条件に基づいて入金口座を検索し、ページング情報付きで結果を返す

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.master.payment.PaymentAccountService#searchWithPageInfo(PaymentAccountCriteria)
種類
メソッド

検索条件に基づいて支払データを検索する(ページング付き)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.procurement.payment.PurchasePaymentService#searchWithPageInfo(PurchasePaymentCriteria)
種類
メソッド

検索条件をMapに変換

単純名
toMap
完全修飾名
com.example.sms.service.inventory.InventoryCriteria#toMap()
種類
メソッド

楽観的ロックを使用して入金データを更新する

単純名
updateByPrimaryKeyForOptimisticLock
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#updateByPrimaryKeyForOptimisticLock(PaymentReceivedCustomEntity)
種類
メソッド

楽観的ロックを使用して入金口座マスタを更新する

単純名
updateByPrimaryKeyForOptimisticLock
完全修飾名
com.example.sms.infrastructure.datasource.master.payment.account.incoming.PaymentAccountCustomMapper#updateByPrimaryKeyForOptimisticLock(PaymentAccountCustomEntity)
種類
メソッド

権限チェック

単純名
checkPermission
完全修飾名
com.example.sms.service.system.auth.AuthApiService#checkPermission(String)
種類
メソッド

次の伝票番号を取得する

単純名
getNextDocumentNumber
完全修飾名
com.example.sms.domain.model.system.autonumber.AutoNumber#getNextDocumentNumber()
種類
メソッド

注文番号で検索

単純名
findById
完全修飾名
com.example.sms.service.sales.shipping.ShippingService#findById(String,String)
種類
メソッド

消費税合計計算

単純名
calcTotalConsumptionTax
完全修飾名
com.example.sms.domain.model.procurement.order.PurchaseOrder#calcTotalConsumptionTax()
種類
メソッド

消費税合計計算

単純名
calcTotalConsumptionTax
完全修飾名
com.example.sms.domain.model.procurement.purchase.Purchase#calcTotalConsumptionTax()
種類
メソッド

消費税率種別

単純名
TaxRateType
完全修飾名
com.example.sms.domain.model.sales.order.TaxRateType
種類
クラス

消費税計算

単純名
calcConsumptionTax
完全修飾名
com.example.sms.domain.model.procurement.order.PurchaseOrderLine#calcConsumptionTax()
種類
メソッド

消費税計算

単純名
calcConsumptionTax
完全修飾名
com.example.sms.domain.model.procurement.purchase.PurchaseLine#calcConsumptionTax()
種類
メソッド

消費税額

単純名
ConsumptionTaxAmount
完全修飾名
com.example.sms.domain.model.sales.order.ConsumptionTaxAmount
種類
クラス

消費税額

単純名
consumptionTaxAmount
完全修飾名
com.example.sms.domain.model.sales.sales.SalesLine#consumptionTaxAmount
種類
フィールド

為替

単純名
Exchange
完全修飾名
com.example.sms.domain.type.money.Exchange
種類
クラス

現在のユーザーIDの取得

単純名
getCurrentUserId
完全修飾名
com.example.sms.service.system.auth.AuthApiService#getCurrentUserId()
種類
メソッド

現在の日時を取得する(時分秒は0に設定)

単純名
getCurrentDateTime
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService#getCurrentDateTime()
種類
メソッド

現在日時から支払日を生成する

単純名
now
完全修飾名
com.example.sms.domain.model.procurement.payment.PurchasePaymentDate#now()
種類
メソッド

畜産区分

単純名
LiveStockType
完全修飾名
com.example.sms.domain.model.master.product.LiveStockType
種類
クラス

発注

単純名
order
完全修飾名
com.example.sms.domain.model.procurement.order
種類
パッケージ

発注

単純名
PurchaseOrder
完全修飾名
com.example.sms.domain.model.procurement.order.PurchaseOrder
種類
クラス

発注API

単純名
PurchaseOrderApiController
完全修飾名
com.example.sms.presentation.api.procurement.order.PurchaseOrderApiController
種類
クラス

発注CSV変換

単純名
convertPurchaseOrder
完全修飾名
com.example.sms.service.system.download.DownloadService#convertPurchaseOrder(DownloadCriteria)
種類
メソッド

発注アップロードエラーリスト

単純名
PurchaseOrderUploadErrorList
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderUploadErrorList
種類
クラス

発注エンティティマッパー

単純名
PurchaseOrderEntityMapper
完全修飾名
com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper
種類
クラス

発注サービス

単純名
PurchaseOrderService
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService
種類
クラス

発注ダウンロード件数取得

単純名
countPurchaseOrder
完全修飾名
com.example.sms.service.system.download.DownloadService#countPurchaseOrder(DownloadCriteria)
種類
メソッド

発注ダウンロード条件

単純名
PurchaseOrder
完全修飾名
com.example.sms.domain.model.system.download.PurchaseOrder
種類
クラス

発注ドメインサービス

単純名
PurchaseOrderDomainService
完全修飾名
com.example.sms.domain.service.procurement.order.PurchaseOrderDomainService
種類
クラス

発注ドメインモデルとその明細からCSV形式に変換

単純名
mapToCsvModel
完全修飾名
com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#mapToCsvModel(PurchaseOrder,PurchaseOrderLine)
種類
メソッド

発注リポジトリ

単純名
PurchaseOrderRepository
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderRepository
種類
クラス

発注ルール

単純名
rule
完全修飾名
com.example.sms.domain.model.procurement.order.rule
種類
パッケージ

発注ルール

単純名
PurchaseOrderRule
完全修飾名
com.example.sms.domain.model.procurement.order.rule.PurchaseOrderRule
種類
クラス

発注ルールチェック

単純名
checkRule
完全修飾名
com.example.sms.domain.service.procurement.order.PurchaseOrderDomainService#checkRule(PurchaseOrderList)
種類
メソッド

発注ルールチェック

単純名
checkRule
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#checkRule()
種類
メソッド

発注ルールチェック結果リスト

単純名
PurchaseOrderRuleCheckList
完全修飾名
com.example.sms.domain.model.procurement.order.rule.PurchaseOrderRuleCheckList
種類
クラス

発注一覧

単純名
PurchaseOrderList
完全修飾名
com.example.sms.domain.model.procurement.order.PurchaseOrderList
種類
クラス

発注一覧

単純名
selectAll
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#selectAll()
種類
メソッド

発注一覧(ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#selectAllWithPageInfo()
種類
メソッド

発注保存

単純名
save
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderRepository#save(PurchaseOrder)
種類
メソッド

発注削除

単純名
delete
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderRepository#delete(String)
種類
メソッド

発注削除

単純名
delete
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#delete(String)
種類
メソッド

発注新規登録

単純名
register
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#register(PurchaseOrder)
種類
メソッド

発注日

単純名
PurchaseOrderDate
完全修飾名
com.example.sms.domain.model.procurement.order.PurchaseOrderDate
種類
クラス

発注明細

単純名
PurchaseOrderLine
完全修飾名
com.example.sms.domain.model.procurement.order.PurchaseOrderLine
種類
クラス

発注検索

単純名
find
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#find(String)
種類
メソッド

発注検索条件

単純名
PurchaseOrderCriteria
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderCriteria
種類
クラス

発注検索(ページング)

単純名
searchPurchaseOrderWithPageInfo
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#searchPurchaseOrderWithPageInfo(PurchaseOrderCriteria)
種類
メソッド

発注消費税合計計算

単純名
calculateTotalConsumptionTax
完全修飾名
com.example.sms.domain.service.procurement.order.PurchaseOrderDomainService#calculateTotalConsumptionTax(PurchaseOrder)
種類
メソッド

発注消費税合計計算

単純名
calculateTotalConsumptionTax
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#calculateTotalConsumptionTax(PurchaseOrder)
種類
メソッド

発注番号

単純名
PurchaseOrderNumber
完全修飾名
com.example.sms.domain.model.procurement.order.PurchaseOrderNumber
種類
クラス

発注番号で検索

単純名
findByPurchaseOrderNumber
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderRepository#findByPurchaseOrderNumber(String)
種類
メソッド

発注番号生成

単純名
generate
完全修飾名
com.example.sms.domain.model.procurement.order.PurchaseOrderNumber#generate(String,LocalDateTime,Integer)
種類
メソッド

発注番号生成

単純名
generatePurchaseOrderNumber
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#generatePurchaseOrderNumber(PurchaseOrder)
種類
メソッド

発注番号生成(日付指定版)

単純名
generatePurchaseOrderNumber
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#generatePurchaseOrderNumber(LocalDateTime)
種類
メソッド

発注納期ルール

単純名
PurchaseOrderDeliveryRule
完全修飾名
com.example.sms.domain.model.procurement.order.rule.PurchaseOrderDeliveryRule
種類
クラス
指定納期が発注日より前の場合は無効とする

発注納期超過ルール

単純名
PurchaseOrderDeliveryOverDueRule
完全修飾名
com.example.sms.domain.model.procurement.order.rule.PurchaseOrderDeliveryOverDueRule
種類
クラス
指定納期が現在日時を超過している場合は遅延とする

発注編集

単純名
save
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#save(PurchaseOrder)
種類
メソッド

発注金額ルール

単純名
PurchaseOrderAmountRule
完全修飾名
com.example.sms.domain.model.procurement.order.rule.PurchaseOrderAmountRule
種類
クラス
発注金額が500万円を超過している場合は要確認とする

発注金額合計計算

単純名
calcTotalPurchaseAmount
完全修飾名
com.example.sms.domain.model.procurement.order.PurchaseOrder#calcTotalPurchaseAmount()
種類
メソッド

発注金額合計計算

単純名
calculateTotalPurchaseAmount
完全修飾名
com.example.sms.domain.service.procurement.order.PurchaseOrderDomainService#calculateTotalPurchaseAmount(PurchaseOrder)
種類
メソッド

発注金額合計計算

単純名
calculateTotalPurchaseAmount
完全修飾名
com.example.sms.service.procurement.order.PurchaseOrderService#calculateTotalPurchaseAmount(PurchaseOrder)
種類
メソッド

発注金額計算(消費税抜き)

単純名
calcPurchaseAmount
完全修飾名
com.example.sms.domain.model.procurement.order.PurchaseOrderLine#calcPurchaseAmount()
種類
メソッド

監査

単純名
audit
完全修飾名
com.example.sms.domain.model.system.audit
種類
パッケージ

監査API

単純名
AuditApiController
完全修飾名
com.example.sms.presentation.api.system.audit.AuditApiController
種類
クラス

監査サービス

単純名
AuditService
完全修飾名
com.example.sms.service.system.audit.AuditService
種類
クラス

監査リポジトリ

単純名
AuditRepository
完全修飾名
com.example.sms.service.system.audit.AuditRepository
種類
クラス

監査検索条件

単純名
AuditCriteria
完全修飾名
com.example.sms.service.system.audit.AuditCriteria
種類
クラス

社員

単純名
employee
完全修飾名
com.example.sms.domain.model.master.employee
種類
パッケージ

社員

単純名
Employee
完全修飾名
com.example.sms.domain.model.master.employee.Employee
種類
クラス

社員API

単純名
EmployeeApiController
完全修飾名
com.example.sms.presentation.api.master.employee.EmployeeApiController
種類
クラス

社員CSV変換

単純名
convertEmployees
完全修飾名
com.example.sms.service.system.download.DownloadService#convertEmployees(DownloadCriteria)
種類
メソッド

社員コード

単純名
EmployeeCode
完全修飾名
com.example.sms.domain.model.master.employee.EmployeeCode
種類
クラス

社員サービス

単純名
EmployeeService
完全修飾名
com.example.sms.service.master.employee.EmployeeService
種類
クラス

社員ダウンロード件数取得

単純名
countEmployees
完全修飾名
com.example.sms.service.system.download.DownloadService#countEmployees(DownloadCriteria)
種類
メソッド

社員ダウンロード条件

単純名
Employee
完全修飾名
com.example.sms.domain.model.system.download.Employee
種類
クラス

社員マスタからEmployeeに変換

単純名
toPurchaseManager
完全修飾名
com.example.sms.infrastructure.datasource.procurement.order.PurchaseOrderEntityMapper#toPurchaseManager(EmployeeCustomEntity)
種類
メソッド

社員マスタからEmployeeに変換

単純名
toPurchaseManager
完全修飾名
com.example.sms.infrastructure.datasource.procurement.purchase.PurchaseEntityMapper#toPurchaseManager(EmployeeCustomEntity)
種類
メソッド

社員一覧

単純名
EmployeeList
完全修飾名
com.example.sms.domain.model.master.employee.EmployeeList
種類
クラス

社員一覧

単純名
selectAll
完全修飾名
com.example.sms.service.master.employee.EmployeeService#selectAll()
種類
メソッド

社員一覧(ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.master.employee.EmployeeService#selectAllWithPageInfo()
種類
メソッド

社員削除

単純名
delete
完全修飾名
com.example.sms.service.master.employee.EmployeeService#delete(EmployeeCode)
種類
メソッド

社員名

単純名
EmployeeName
完全修飾名
com.example.sms.domain.model.master.employee.EmployeeName
種類
クラス

社員名

単純名
Name
完全修飾名
com.example.sms.domain.model.master.employee.EmployeeName#Name()
種類
メソッド

社員名カナ

単純名
NameKana
完全修飾名
com.example.sms.domain.model.master.employee.EmployeeName#NameKana()
種類
メソッド

社員情報編集

単純名
save
完全修飾名
com.example.sms.service.master.employee.EmployeeService#save(Employee)
種類
メソッド

社員新規登録

単純名
register
完全修飾名
com.example.sms.service.master.employee.EmployeeService#register(Employee)
種類
メソッド

社員検索

単純名
find
完全修飾名
com.example.sms.service.master.employee.EmployeeService#find(EmployeeCode)
種類
メソッド

社員検索条件

単純名
EmployeeCriteria
完全修飾名
com.example.sms.service.master.employee.EmployeeCriteria
種類
クラス

社員検索(ページング)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.master.employee.EmployeeService#searchWithPageInfo(EmployeeCriteria)
種類
メソッド

税区分

単純名
TaxType
完全修飾名
com.example.sms.domain.model.master.product.TaxType
種類
クラス

空かどうか判定

単純名
isEmpty
完全修飾名
com.example.sms.domain.model.inventory.InventoryList#isEmpty()
種類
メソッド

空の検索条件を作成

単純名
empty
完全修飾名
com.example.sms.service.inventory.InventoryCriteria#empty()
種類
メソッド

納期

単純名
DeliveryDate
完全修飾名
com.example.sms.domain.model.sales.order.DeliveryDate
種類
クラス

終了日

単純名
DepartmentEndDate
完全修飾名
com.example.sms.domain.model.master.department.DepartmentEndDate
種類
クラス

締め日を計算する

単純名
calculateClosingDate
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#calculateClosingDate(ClosingDate,LocalDateTime)
種類
メソッド

締め請求処理を実行する

単純名
processClosingInvoice
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#processClosingInvoice(Sales,ClosingDate,Function)
種類
メソッド

締日

単純名
ClosingDate
完全修飾名
com.example.sms.domain.model.master.partner.billing.ClosingDate
種類
クラス

締請求

単純名
ClosingBilling
完全修飾名
com.example.sms.domain.model.master.partner.billing.ClosingBilling
種類
クラス

締請求

単純名
consolidatedBilling
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService#consolidatedBilling(SalesList)
種類
メソッド

締請求処理を行うメソッドオブジェクト

単純名
ConsolidatedBillingProcessor
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor
種類
クラス

職種コード

単純名
JobCode
完全修飾名
com.example.sms.domain.model.master.employee.JobCode
種類
クラス

自動仕訳日

単純名
AutoJournalDate
完全修飾名
com.example.sms.domain.model.sales.sales.AutoJournalDate
種類
クラス

自動採番

単純名
autonumber
完全修飾名
com.example.sms.domain.model.system.autonumber
種類
パッケージ

自動採番

単純名
AutoNumber
完全修飾名
com.example.sms.domain.model.system.autonumber.AutoNumber
種類
クラス

自動採番サービス

単純名
AutoNumberService
完全修飾名
com.example.sms.service.system.autonumber.AutoNumberService
種類
クラス

良品区分

単純名
QualityCategory
完全修飾名
com.example.sms.domain.model.inventory.QualityCategory
種類
クラス

良品区分

単純名
qualityCategory
完全修飾名
com.example.sms.infrastructure.datasource.inventory.InventoryUploadCSV#qualityCategory
種類
フィールド

認証

単純名
auth
完全修飾名
com.example.sms.domain.model.system.auth
種類
パッケージ

認証API

単純名
AuthApiController
完全修飾名
com.example.sms.presentation.api.system.auth.AuthApiController
種類
クラス

認証APIサービス

単純名
AuthApiService
完全修飾名
com.example.sms.service.system.auth.AuthApiService
種類
クラス

認証サービス

単純名
AuthService
完全修飾名
com.example.sms.service.system.auth.AuthService
種類
クラス

認証ユーザー

単純名
AuthUserDetails
完全修飾名
com.example.sms.domain.model.system.auth.AuthUserDetails
種類
クラス

認証リクエスト

単純名
LoginRequest
完全修飾名
com.example.sms.presentation.api.system.auth.payload.request.LoginRequest
種類
クラス

認証リポジトリ

単純名
AuthRepository
完全修飾名
com.example.sms.service.system.auth.AuthRepository
種類
クラス

調達

単純名
procurement
完全修飾名
com.example.sms.domain.model.procurement
種類
パッケージ

調達ドメイン

単純名
procurement
完全修飾名
com.example.sms.domain.service.procurement
種類
パッケージ

請求

単純名
billing
完全修飾名
com.example.sms.domain.model.master.partner.billing
種類
パッケージ

請求

単純名
Billing
完全修飾名
com.example.sms.domain.model.master.partner.billing.Billing
種類
クラス

請求

単純名
invoice
完全修飾名
com.example.sms.domain.model.sales.invoice
種類
パッケージ

請求

単純名
Invoice
完全修飾名
com.example.sms.domain.model.sales.invoice.Invoice
種類
クラス

請求API

単純名
InvoiceApiController
完全修飾名
com.example.sms.presentation.api.sales.invoice.InvoiceApiController
種類
クラス

請求CSV変換

単純名
convertInvoice
完全修飾名
com.example.sms.service.system.download.DownloadService#convertInvoice(DownloadCriteria)
種類
メソッド

請求をIDで検索

単純名
find
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService#find(String)
種類
メソッド

請求を作成する

単純名
createInvoice
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#createInvoice(Sales,String,InvoiceDate,List)
種類
メソッド

請求を作成する

単純名
createInvoice
完全修飾名
com.example.sms.service.sales.invoice.SpotBillingProcessor#createInvoice(Sales,String,InvoiceDate,List)
種類
メソッド

請求を削除

単純名
delete
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService#delete(Invoice)
種類
メソッド

請求を新規登録

単純名
register
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService#register(Invoice)
種類
メソッド

請求サービス

単純名
InvoiceService
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService
種類
クラス

請求ダウンロード件数取得

単純名
countInvoice
完全修飾名
com.example.sms.service.system.download.DownloadService#countInvoice(DownloadCriteria)
種類
メソッド

請求ダウンロード条件

単純名
Invoice
完全修飾名
com.example.sms.domain.model.system.download.Invoice
種類
クラス

請求データを集計

単純名
aggregate
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService#aggregate()
種類
メソッド

請求データエンティティマッパー

単純名
InvoiceEntityMapper
完全修飾名
com.example.sms.infrastructure.datasource.sales.invoice.InvoiceEntityMapper
種類
クラス

請求データカスタムエンティティ

単純名
InvoiceCustomEntity
完全修飾名
com.example.sms.infrastructure.datasource.sales.invoice.InvoiceCustomEntity
種類
クラス

請求データカスタムマッパー

単純名
InvoiceCustomMapper
完全修飾名
com.example.sms.infrastructure.datasource.sales.invoice.InvoiceCustomMapper
種類
クラス

請求データリポジトリインターフェース

単純名
InvoiceRepository
完全修飾名
com.example.sms.service.sales.invoice.InvoiceRepository
種類
クラス

請求データリポジトリ実装

単純名
InvoiceDataSource
完全修飾名
com.example.sms.infrastructure.datasource.sales.invoice.InvoiceDataSource
種類
クラス

請求データ明細カスタムエンティティ

単純名
InvoiceLineCustomEntity
完全修飾名
com.example.sms.infrastructure.datasource.sales.invoice.invoice_line.InvoiceLineCustomEntity
種類
クラス

請求データ明細カスタムマッパー

単純名
InvoiceLineCustomMapper
完全修飾名
com.example.sms.infrastructure.datasource.sales.invoice.invoice_line.InvoiceLineCustomMapper
種類
クラス

請求データ検索条件

単純名
InvoiceCriteria
完全修飾名
com.example.sms.service.sales.invoice.InvoiceCriteria
種類
クラス

請求一覧

単純名
InvoiceList
完全修飾名
com.example.sms.domain.model.sales.invoice.InvoiceList
種類
クラス

請求一覧をページング付きで取得

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService#selectAllWithPageInfo()
種類
メソッド

請求一覧を保存

単純名
save
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService#save(InvoiceList)
種類
メソッド

請求一覧を取得

単純名
selectAll
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService#selectAll()
種類
メソッド

請求先コード

単純名
BillingCode
完全修飾名
com.example.sms.domain.model.master.partner.customer.BillingCode
種類
クラス

請求処理を実行する

単純名
process
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#process(Function)
種類
メソッド

請求処理を実行する

単純名
processBilling
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#processBilling(List,String,InvoiceDate)
種類
メソッド

請求処理を実行する

単純名
process
完全修飾名
com.example.sms.service.sales.invoice.SpotBillingProcessor#process(Function)
種類
メソッド

請求対象の売上を抽出する

単純名
filterSalesForBilling
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#filterSalesForBilling(List,CustomerCode,BillingPeriod)
種類
メソッド

請求情報を編集

単純名
save
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService#save(Invoice)
種類
メソッド

請求日

単純名
InvoiceDate
完全修飾名
com.example.sms.domain.model.sales.invoice.InvoiceDate
種類
クラス

請求日

単純名
BillingDate
完全修飾名
com.example.sms.domain.model.sales.sales.BillingDate
種類
クラス

請求日を計算する

単純名
calculateInvoiceDate
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#calculateInvoiceDate(ClosingDate,LocalDateTime)
種類
メソッド

請求明細

単純名
InvoiceLine
完全修飾名
com.example.sms.domain.model.sales.invoice.InvoiceLine
種類
クラス

請求明細を作成する

単純名
createInvoiceLines
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#createInvoiceLines(Sales,String)
種類
メソッド

請求明細を作成する

単純名
createInvoiceLines
完全修飾名
com.example.sms.service.sales.invoice.SpotBillingProcessor#createInvoiceLines(Sales,String)
種類
メソッド

請求明細を追加

単純名
addInvoiceLine
完全修飾名
com.example.sms.domain.model.sales.invoice.Invoice#addInvoiceLine(InvoiceLine)
種類
メソッド

請求期間を決定する

単純名
determineBillingPeriod
完全修飾名
com.example.sms.service.sales.invoice.ConsolidatedBillingProcessor#determineBillingPeriod(ClosingDate,LocalDateTime)
種類
メソッド

請求検索条件リソース

単純名
InvoiceCriteriaResource
完全修飾名
com.example.sms.presentation.api.sales.invoice.InvoiceCriteriaResource
種類
クラス

請求番号

単純名
InvoiceNumber
完全修飾名
com.example.sms.domain.model.sales.invoice.InvoiceNumber
種類
クラス

請求番号

単純名
BillingNumber
完全修飾名
com.example.sms.domain.model.sales.sales.BillingNumber
種類
クラス

請求番号を生成する

単純名
generateInvoiceNumber
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService#generateInvoiceNumber(LocalDateTime)
種類
メソッド

請求遅延区分

単純名
BillingDelayType
完全修飾名
com.example.sms.domain.model.sales.sales.BillingDelayType
種類
クラス

販売

単純名
sales
完全修飾名
com.example.sms.domain.model.sales
種類
パッケージ

販売ドメイン

単純名
sales
完全修飾名
com.example.sms.domain.service.sales
種類
パッケージ

販売価格

単純名
SalesAmount
完全修飾名
com.example.sms.domain.model.sales.order.SalesAmount
種類
クラス

通貨

単純名
money
完全修飾名
com.example.sms.domain.type.money
種類
パッケージ

通貨

単純名
Money
完全修飾名
com.example.sms.domain.type.money.Money
種類
クラス

通貨タイプ

単純名
CurrencyType
完全修飾名
com.example.sms.domain.type.money.CurrencyType
種類
クラス

通貨ペア

単純名
Pair
完全修飾名
com.example.sms.domain.type.money.Pair
種類
クラス

部品一覧(ページング)

単純名
selectAllBomsWithPageInfo
完全修飾名
com.example.sms.service.master.product.ProductService#selectAllBomsWithPageInfo()
種類
メソッド

部品表

単純名
Bom
完全修飾名
com.example.sms.domain.model.master.product.Bom
種類
クラス

部門

単純名
department
完全修飾名
com.example.sms.domain.model.master.department
種類
パッケージ

部門

単純名
Department
完全修飾名
com.example.sms.domain.model.master.department.Department
種類
クラス

部門API

単純名
DepartmentApiController
完全修飾名
com.example.sms.presentation.api.master.department.DepartmentApiController
種類
クラス

部門CSV変換

単純名
convertDepartments
完全修飾名
com.example.sms.service.system.download.DownloadService#convertDepartments(DownloadCriteria)
種類
メソッド

部門ID

単純名
DepartmentId
完全修飾名
com.example.sms.domain.model.master.department.DepartmentId
種類
クラス

部門コード

単純名
DepartmentCode
完全修飾名
com.example.sms.domain.model.master.department.DepartmentCode
種類
クラス

部門サービス

単純名
DepartmentService
完全修飾名
com.example.sms.service.master.department.DepartmentService
種類
クラス

部門ダウンロード件数取得

単純名
countDepartments
完全修飾名
com.example.sms.service.system.download.DownloadService#countDepartments(DownloadCriteria)
種類
メソッド

部門ダウンロード条件

単純名
Department
完全修飾名
com.example.sms.domain.model.system.download.Department
種類
クラス

部門パス

単純名
DepartmentPath
完全修飾名
com.example.sms.domain.model.master.department.DepartmentPath
種類
クラス

部門一覧

単純名
DepartmentList
完全修飾名
com.example.sms.domain.model.master.department.DepartmentList
種類
クラス

部門一覧

単純名
selectAll
完全修飾名
com.example.sms.service.master.department.DepartmentService#selectAll()
種類
メソッド

部門一覧(ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.master.department.DepartmentService#selectAllWithPageInfo()
種類
メソッド

部門削除

単純名
delete
完全修飾名
com.example.sms.service.master.department.DepartmentService#delete(DepartmentId)
種類
メソッド

部門情報編集

単純名
save
完全修飾名
com.example.sms.service.master.department.DepartmentService#save(Department)
種類
メソッド

部門情報編集(社員追加・削除)

単純名
save
完全修飾名
com.example.sms.service.master.department.DepartmentService#save(Department,List,List)
種類
メソッド

部門新規登録

単純名
register
完全修飾名
com.example.sms.service.master.department.DepartmentService#register(Department)
種類
メソッド

部門検索

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.master.department.DepartmentService#searchWithPageInfo(DepartmentCriteria)
種類
メソッド

部門検索 (部門ID)

単純名
find
完全修飾名
com.example.sms.service.master.department.DepartmentService#find(DepartmentId)
種類
メソッド

部門検索条件

単純名
DepartmentCriteria
完全修飾名
com.example.sms.service.master.department.DepartmentCriteria
種類
クラス

部門検索(部門コード)

単純名
findByCode
完全修飾名
com.example.sms.service.master.department.DepartmentService#findByCode(DepartmentId)
種類
メソッド

郵便番号

単純名
PostalCode
完全修飾名
com.example.sms.domain.type.address.PostalCode
種類
クラス

都度請求

単純名
spotBilling
完全修飾名
com.example.sms.service.sales.invoice.InvoiceService#spotBilling(SalesList)
種類
メソッド

都度請求処理を行うメソッドオブジェクト

単純名
SpotBillingProcessor
完全修飾名
com.example.sms.service.sales.invoice.SpotBillingProcessor
種類
クラス

都道府県

単純名
Prefecture
完全修飾名
com.example.sms.domain.type.address.Prefecture
種類
クラス

都道府県名からEnumオブジェクトを取得

単純名
fromName
完全修飾名
com.example.sms.domain.type.address.Prefecture#fromName(String)
種類
メソッド

銀行口座種別

単純名
BankAccountType
完全修飾名
com.example.sms.domain.model.master.payment.account.incoming.BankAccountType
種類
クラス

開始日

単純名
DepartmentStartDate
完全修飾名
com.example.sms.domain.model.master.department.DepartmentStartDate
種類
クラス

関連エンティティを含むファクトリーメソッド

単純名
of
完全修飾名
com.example.sms.domain.model.sales.payment.PaymentReceived#of(PaymentReceived,Customer,PaymentAccount)
種類
メソッド

集約ルートの基本クラスです

単純名
AbstractAggregateRoot
完全修飾名
com.example.sms.domain.event.AbstractAggregateRoot
種類
クラス

集計

単純名
Sum
完全修飾名
com.example.sms.domain.type.money.Sum
種類
クラス

雑区分

単純名
MiscellaneousType
完全修飾名
com.example.sms.domain.model.master.partner.MiscellaneousType
種類
クラス

雑区分

単純名
MiscellaneousType
完全修飾名
com.example.sms.domain.model.master.product.MiscellaneousType
種類
クラス

電話番号

単純名
phone
完全修飾名
com.example.sms.domain.type.phone
種類
パッケージ

電話番号

単純名
PhoneNumber
完全修飾名
com.example.sms.domain.type.phone.PhoneNumber
種類
クラス

顧客

単純名
customer
完全修飾名
com.example.sms.domain.model.master.partner.customer
種類
パッケージ

顧客

単純名
Customer
完全修飾名
com.example.sms.domain.model.master.partner.customer.Customer
種類
クラス

顧客 API

単純名
CustomerApiController
完全修飾名
com.example.sms.presentation.api.master.partner.CustomerApiController
種類
クラス

顧客CSV変換

単純名
convertCustomer
完全修飾名
com.example.sms.service.system.download.DownloadService#convertCustomer(DownloadCriteria)
種類
メソッド

顧客コード

単純名
CustomerCode
完全修飾名
com.example.sms.domain.model.master.partner.customer.CustomerCode
種類
クラス

顧客コードで入金データを検索する

単純名
selectByCustomer
完全修飾名
com.example.sms.infrastructure.datasource.sales.payment.PaymentReceivedCustomMapper#selectByCustomer(String,Integer)
種類
メソッド

顧客コードで入金データを検索する

単純名
findByCustomer
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedRepository#findByCustomer(String,Integer)
種類
メソッド

顧客コードで入金データを検索する

単純名
findByCustomer
完全修飾名
com.example.sms.service.sales.payment.PaymentReceivedService#findByCustomer(String,Integer)
種類
メソッド

顧客サービス

単純名
CustomerService
完全修飾名
com.example.sms.service.master.partner.CustomerService
種類
クラス

顧客ダウンロード件数取得

単純名
countCustomer
完全修飾名
com.example.sms.service.system.download.DownloadService#countCustomer(DownloadCriteria)
種類
メソッド

顧客ダウンロード条件

単純名
Customer
完全修飾名
com.example.sms.domain.model.system.download.Customer
種類
クラス

顧客一覧

単純名
CustomerList
完全修飾名
com.example.sms.domain.model.master.partner.customer.CustomerList
種類
クラス

顧客一覧

単純名
selectAll
完全修飾名
com.example.sms.service.master.partner.CustomerService#selectAll()
種類
メソッド

顧客一覧 (ページング)

単純名
selectAllWithPageInfo
完全修飾名
com.example.sms.service.master.partner.CustomerService#selectAllWithPageInfo()
種類
メソッド

顧客別販売単価

単純名
CustomerSpecificSellingPrice
完全修飾名
com.example.sms.domain.model.master.product.CustomerSpecificSellingPrice
種類
クラス

顧客削除

単純名
delete
完全修飾名
com.example.sms.service.master.partner.CustomerService#delete(Customer)
種類
メソッド

顧客区分

単純名
CustomerType
完全修飾名
com.example.sms.domain.model.master.partner.customer.CustomerType
種類
クラス

顧客名

単純名
CustomerName
完全修飾名
com.example.sms.domain.model.master.partner.customer.CustomerName
種類
クラス

顧客情報編集

単純名
save
完全修飾名
com.example.sms.service.master.partner.CustomerService#save(Customer)
種類
メソッド

顧客新規登録

単純名
register
完全修飾名
com.example.sms.service.master.partner.CustomerService#register(Customer)
種類
メソッド

顧客検索

単純名
find
完全修飾名
com.example.sms.service.master.partner.CustomerService#find(CustomerCode)
種類
メソッド

顧客検索 (ページング)

単純名
searchWithPageInfo
完全修飾名
com.example.sms.service.master.partner.CustomerService#searchWithPageInfo(CustomerCriteria)
種類
メソッド

顧客検索条件

単純名
CustomerCriteria
完全修飾名
com.example.sms.service.master.partner.CustomerCriteria
種類
クラス

顧客請求区分

単純名
CustomerBillingCategory
完全修飾名
com.example.sms.domain.model.master.partner.customer.CustomerBillingCategory
種類
クラス