表示切り替え:
| 用語(物理名) | 用語 | 説明 | 種類 | 識別子 |
|---|---|---|---|---|
| domain | ドメイン層 | パッケージ | com.example.sms.domain | |
| model | ドメインモデル(複合型) | パッケージ | com.example.sms.domain.model | |
| master | マスタ | パッケージ | com.example.sms.domain.model.master | |
| department | 部門 | パッケージ | com.example.sms.domain.model.master.department | |
| employee | 社員 | パッケージ | com.example.sms.domain.model.master.employee | |
| partner | 取引先 | パッケージ | com.example.sms.domain.model.master.partner | |
| customer | 顧客 | パッケージ | com.example.sms.domain.model.master.partner.customer | |
| invoice | 請求 | パッケージ | com.example.sms.domain.model.master.partner.invoice | |
| vendor | 仕入先 | パッケージ | com.example.sms.domain.model.master.partner.vendor | |
| product | 商品 | パッケージ | com.example.sms.domain.model.master.product | |
| region | 地域 | パッケージ | com.example.sms.domain.model.master.region | |
| system | システム | パッケージ | com.example.sms.domain.model.system | |
| audit | 監査 | パッケージ | com.example.sms.domain.model.system.audit | |
| auth | 認証 | パッケージ | com.example.sms.domain.model.system.auth | |
| download | データダウンロード | パッケージ | com.example.sms.domain.model.system.download | |
| user | ユーザー | パッケージ | com.example.sms.domain.model.system.user | |
| type | ドメインモデル(基本型) | パッケージ | com.example.sms.domain.type | |
| address | 住所 | パッケージ | com.example.sms.domain.type.address | |
| メール | パッケージ | com.example.sms.domain.type.mail | ||
| money | 通貨 | パッケージ | com.example.sms.domain.type.money | |
| phone | 電話番号 | パッケージ | com.example.sms.domain.type.phone | |
| quantity | 数量 | パッケージ | com.example.sms.domain.type.quantity | |
| infrastructure | インフラストラクチャ層 | パッケージ | com.example.sms.infrastructure | |
| datasource | データソース | パッケージ | com.example.sms.infrastructure.datasource | |
| presentation | プレゼンテーション層 | パッケージ | com.example.sms.presentation | |
| service | サービス層 | パッケージ | com.example.sms.service | |
| Department | 部門 | クラス | com.example.sms.domain.model.master.department.Department | |
| DepartmentCode | 部門コード | クラス | com.example.sms.domain.model.master.department.DepartmentCode | |
| DepartmentEndDate | 終了日 | クラス | com.example.sms.domain.model.master.department.DepartmentEndDate | |
| DepartmentId | 部門ID | クラス | com.example.sms.domain.model.master.department.DepartmentId | |
| DepartmentList | 部門一覧 | クラス | com.example.sms.domain.model.master.department.DepartmentList | |
| DepartmentLowerType | 最下層区分 | クラス | com.example.sms.domain.model.master.department.DepartmentLowerType | |
| DepartmentPath | 部門パス | クラス | com.example.sms.domain.model.master.department.DepartmentPath | |
| DepartmentStartDate | 開始日 | クラス | com.example.sms.domain.model.master.department.DepartmentStartDate | |
| SlitYnType | 伝票入力可否 | クラス | com.example.sms.domain.model.master.department.SlitYnType | |
| Employee | 社員 | クラス | com.example.sms.domain.model.master.employee.Employee | |
| EmployeeCode | 社員コード | クラス | com.example.sms.domain.model.master.employee.EmployeeCode | |
| EmployeeList | 社員一覧 | クラス | com.example.sms.domain.model.master.employee.EmployeeList | |
| EmployeeName | 社員名 | クラス | com.example.sms.domain.model.master.employee.EmployeeName | |
| JobCode | 職種コード | クラス | com.example.sms.domain.model.master.employee.JobCode | |
| Credit | 与信 | クラス | com.example.sms.domain.model.master.partner.Credit | |
| MiscellaneousType | 雑区分 | クラス | com.example.sms.domain.model.master.partner.MiscellaneousType | |
| Partner | 取引先 | クラス | com.example.sms.domain.model.master.partner.Partner | |
| PartnerCategoryAffiliation | 取引先分類所属 | クラス | com.example.sms.domain.model.master.partner.PartnerCategoryAffiliation | |
| PartnerCategoryItem | 取引先分類 | クラス | com.example.sms.domain.model.master.partner.PartnerCategoryItem | |
| PartnerCategoryList | 取引先分類一覧 | クラス | com.example.sms.domain.model.master.partner.PartnerCategoryList | |
| PartnerCategoryType | 取引先分類種別 | クラス | com.example.sms.domain.model.master.partner.PartnerCategoryType | |
| PartnerCode | 取引先コード | クラス | com.example.sms.domain.model.master.partner.PartnerCode | |
| PartnerGroup | 取引先グループ | クラス | com.example.sms.domain.model.master.partner.PartnerGroup | |
| PartnerGroupCode | 取引先グループコード | クラス | com.example.sms.domain.model.master.partner.PartnerGroupCode | |
| PartnerGroupList | 取引先グループ一覧 | クラス | com.example.sms.domain.model.master.partner.PartnerGroupList | |
| PartnerList | 取引先一覧 | クラス | com.example.sms.domain.model.master.partner.PartnerList | |
| PartnerName | 取引先名称 | クラス | com.example.sms.domain.model.master.partner.PartnerName | |
| TradeProhibitedFlag | 取引禁止フラグ | クラス | com.example.sms.domain.model.master.partner.TradeProhibitedFlag | |
| BillingCode | 請求先コード | クラス | com.example.sms.domain.model.master.partner.customer.BillingCode | |
| CollectionCode | 回収先コード | クラス | com.example.sms.domain.model.master.partner.customer.CollectionCode | |
| Customer | 顧客 | クラス | com.example.sms.domain.model.master.partner.customer.Customer | |
| CustomerBillingCategory | 顧客請求区分 | クラス | com.example.sms.domain.model.master.partner.customer.CustomerBillingCategory | |
| CustomerCode | 顧客コード | クラス | com.example.sms.domain.model.master.partner.customer.CustomerCode | |
| CustomerList | 顧客一覧 | クラス | com.example.sms.domain.model.master.partner.customer.CustomerList | |
| CustomerName | 顧客名 | クラス | com.example.sms.domain.model.master.partner.customer.CustomerName | |
| CustomerType | 顧客区分 | クラス | com.example.sms.domain.model.master.partner.customer.CustomerType | |
| 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 | |
| ClosingDate | 締日 | クラス | com.example.sms.domain.model.master.partner.invoice.ClosingDate | |
| ClosingInvoice | 締請求 | クラス | com.example.sms.domain.model.master.partner.invoice.ClosingInvoice | |
| Invoice | 請求 | クラス | com.example.sms.domain.model.master.partner.invoice.Invoice | |
| PaymentDay | 支払日 | クラス | com.example.sms.domain.model.master.partner.invoice.PaymentDay | |
| PaymentMethod | 支払方法 | クラス | com.example.sms.domain.model.master.partner.invoice.PaymentMethod | |
| PaymentMonth | 支払月 | クラス | com.example.sms.domain.model.master.partner.invoice.PaymentMonth | |
| Vendor | 仕入先 | クラス | com.example.sms.domain.model.master.partner.vendor.Vendor | |
| VendorCode | 仕入先コード | クラス | com.example.sms.domain.model.master.partner.vendor.VendorCode | |
| VendorList | 仕入先一覧 | クラス | com.example.sms.domain.model.master.partner.vendor.VendorList | |
| VendorName | 仕入先名 | クラス | com.example.sms.domain.model.master.partner.vendor.VendorName | |
| VendorType | 仕入先区分 | クラス | com.example.sms.domain.model.master.partner.vendor.VendorType | |
| Bom | 部品表 | クラス | com.example.sms.domain.model.master.product.Bom | |
| BusinessType | 事業区分 | クラス | com.example.sms.domain.model.master.product.BusinessType | |
| CustomerSpecificSellingPrice | 顧客別販売単価 | クラス | com.example.sms.domain.model.master.product.CustomerSpecificSellingPrice | |
| ItemType | 品目区分 | クラス | com.example.sms.domain.model.master.product.ItemType | |
| LiveStockType | 畜産区分 | クラス | com.example.sms.domain.model.master.product.LiveStockType | |
| MiscellaneousType | 雑区分 | クラス | com.example.sms.domain.model.master.product.MiscellaneousType | |
| Product | 商品 | クラス | com.example.sms.domain.model.master.product.Product | |
| ProductCategory | 商品分類 | クラス | com.example.sms.domain.model.master.product.ProductCategory | |
| ProductCategoryCode | 商品分類コード | クラス | com.example.sms.domain.model.master.product.ProductCategoryCode | |
| ProductCategoryList | 商品分類一覧 | クラス | com.example.sms.domain.model.master.product.ProductCategoryList | |
| ProductCode | 商品コード | クラス | com.example.sms.domain.model.master.product.ProductCode | |
| ProductList | 商品一覧 | クラス | com.example.sms.domain.model.master.product.ProductList | |
| ProductName | 商品名 | クラス | com.example.sms.domain.model.master.product.ProductName | |
| ProductType | 商品区分 | クラス | com.example.sms.domain.model.master.product.ProductType | |
| StockAllocationType | 在庫引当区分 | クラス | com.example.sms.domain.model.master.product.StockAllocationType | |
| StockManagementTargetType | 在庫管理対象区分 | クラス | com.example.sms.domain.model.master.product.StockManagementTargetType | |
| SubstituteProduct | 代替商品 | クラス | com.example.sms.domain.model.master.product.SubstituteProduct | |
| TaxType | 税区分 | クラス | com.example.sms.domain.model.master.product.TaxType | |
| Region | 地域 | クラス | com.example.sms.domain.model.master.region.Region | |
| RegionCode | 地域コード | クラス | com.example.sms.domain.model.master.region.RegionCode | |
| RegionList | 地域リスト | クラス | com.example.sms.domain.model.master.region.RegionList | |
| ApplicationExecutionHistory | アプリケーション実行履歴 | クラス | com.example.sms.domain.model.system.audit.ApplicationExecutionHistory | |
| ApplicationExecutionHistoryList | アプリケーション実行履歴一覧 | クラス | com.example.sms.domain.model.system.audit.ApplicationExecutionHistoryList | |
| ApplicationExecutionHistoryType | アプリケーション実行履歴区分 | クラス | com.example.sms.domain.model.system.audit.ApplicationExecutionHistoryType | |
| 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 | |
| AuthUserDetails | 認証ユーザー | クラス | com.example.sms.domain.model.system.auth.AuthUserDetails | |
| Customer | 顧客ダウンロード条件< | クラス | com.example.sms.domain.model.system.download.Customer | |
| Department | 部門ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Department | |
| DownloadCriteria | ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.DownloadCriteria | |
| DownloadTarget | ダウンロード対象 | クラス | com.example.sms.domain.model.system.download.DownloadTarget | |
| Employee | 社員ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Employee | |
| Partner | 仕入先ダウンロード条件< | クラス | com.example.sms.domain.model.system.download.Partner | |
| PartnerGroup | 取引先グループダウンロード条件 | クラス | com.example.sms.domain.model.system.download.PartnerGroup | |
| Product | 商品ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.Product | |
| ProductCategory | 商品分類ダウンロード条件 | クラス | com.example.sms.domain.model.system.download.ProductCategory | |
| Vendor | 仕入先ダウンロード条件< | クラス | com.example.sms.domain.model.system.download.Vendor | |
| Name | 名前 | クラス | com.example.sms.domain.model.system.user.Name | |
| Password | パスワード | クラス | com.example.sms.domain.model.system.user.Password | |
| PasswordException | パスワード例外 | クラス | com.example.sms.domain.model.system.user.PasswordException | |
| RoleName | 役割 | クラス | com.example.sms.domain.model.system.user.RoleName | |
| User | ユーザー | クラス | com.example.sms.domain.model.system.user.User | |
| UserException | ユーザー例外 | クラス | com.example.sms.domain.model.system.user.UserException | |
| UserId | ユーザーID | クラス | com.example.sms.domain.model.system.user.UserId | |
| UserIdException | ユーザーID例外 | クラス | com.example.sms.domain.model.system.user.UserIdException | |
| UserList | ユーザー一覧 | クラス | com.example.sms.domain.model.system.user.UserList | |
| Address | 住所 | クラス | com.example.sms.domain.type.address.Address | |
| PostalCode | 郵便番号 | クラス | com.example.sms.domain.type.address.PostalCode | |
| Prefecture | 都道府県 | クラス | com.example.sms.domain.type.address.Prefecture | |
| EmailAddress | メール | クラス | com.example.sms.domain.type.mail.EmailAddress | |
| CurrencyType | 通貨タイプ | クラス | com.example.sms.domain.type.money.CurrencyType | |
| Exchange | 為替 | クラス | com.example.sms.domain.type.money.Exchange | |
| Expression | 式 | クラス | com.example.sms.domain.type.money.Expression | |
| Money | 通貨 | クラス | com.example.sms.domain.type.money.Money | |
| Pair | 通貨ペア | クラス | com.example.sms.domain.type.money.Pair | |
| Sum | 集計 | クラス | com.example.sms.domain.type.money.Sum | |
| FaxNumber | FAX番号 | クラス | com.example.sms.domain.type.phone.FaxNumber | |
| PhoneNumber | 電話番号 | クラス | com.example.sms.domain.type.phone.PhoneNumber | |
| Quantity | 数量 | クラス | com.example.sms.domain.type.quantity.Quantity | |
| UnitType | 単位区分 | クラス | com.example.sms.domain.type.quantity.UnitType | |
| DepartmentApiController | 部門API | クラス | com.example.sms.presentation.api.master.department.DepartmentApiController | |
| EmployeeApiController | 社員API | クラス | com.example.sms.presentation.api.master.employee.EmployeeApiController | |
| CustomerApiController | 顧客 API | クラス | com.example.sms.presentation.api.master.partner.CustomerApiController | |
| PartnerApiController | 取引先 API | クラス | com.example.sms.presentation.api.master.partner.PartnerApiController | |
| PartnerCategoryApiController | 取引先分類API | クラス | com.example.sms.presentation.api.master.partner.PartnerCategoryApiController | |
| PartnerGroupApiController | 取引先グループAPI | クラス | com.example.sms.presentation.api.master.partner.PartnerGroupApiController | |
| VendorApiController | 仕入先 API | クラス | com.example.sms.presentation.api.master.partner.VendorApiController | |
| ProductApiController | 商品API | クラス | com.example.sms.presentation.api.master.product.ProductApiController | |
| ProductCategoryApiController | 商品分類API | クラス | com.example.sms.presentation.api.master.product.ProductCategoryApiController | |
| RegionApiController | 地域コードAPI | クラス | com.example.sms.presentation.api.master.region.RegionApiController | |
| AuditApiController | 監査API | クラス | com.example.sms.presentation.api.system.audit.AuditApiController | |
| AuthApiController | 認証API | クラス | com.example.sms.presentation.api.system.auth.AuthApiController | |
| LoginRequest | 認証リクエスト | クラス | com.example.sms.presentation.api.system.auth.payload.request.LoginRequest | |
| SignupRequest | ユーザー登録リクエスト | クラス | com.example.sms.presentation.api.system.auth.payload.request.SignupRequest | |
| DownloadApiController | データダウンロードAPI | クラス | com.example.sms.presentation.api.system.download.DownloadApiController | |
| UserApiController | ユーザーAPI | クラス | com.example.sms.presentation.api.system.user.UserApiController | |
| DepartmentCriteria | 部門検索条件 | クラス | com.example.sms.service.master.department.DepartmentCriteria | |
| DepartmentService | 部門サービス | クラス | com.example.sms.service.master.department.DepartmentService | |
| EmployeeCriteria | 社員検索条件 | クラス | com.example.sms.service.master.employee.EmployeeCriteria | |
| EmployeeService | 社員サービス | クラス | com.example.sms.service.master.employee.EmployeeService | |
| CustomerCriteria | 顧客検索条件 | クラス | com.example.sms.service.master.partner.CustomerCriteria | |
| CustomerService | 顧客サービス | クラス | com.example.sms.service.master.partner.CustomerService | |
| PartnerCategoryCriteria | 取引先分類種別検索条件 | クラス | com.example.sms.service.master.partner.PartnerCategoryCriteria | |
| PartnerCategoryService | 取引先分類種別サービス | クラス | com.example.sms.service.master.partner.PartnerCategoryService | |
| PartnerCriteria | 取引先検索条件 | クラス | com.example.sms.service.master.partner.PartnerCriteria | |
| PartnerGroupCriteria | 取引先グループ検索条件 | クラス | com.example.sms.service.master.partner.PartnerGroupCriteria | |
| PartnerGroupService | 取引先グループサービス | クラス | com.example.sms.service.master.partner.PartnerGroupService | |
| PartnerService | 取引先サービス | クラス | com.example.sms.service.master.partner.PartnerService | |
| VendorCriteria | 仕入先検索条件 | クラス | com.example.sms.service.master.partner.VendorCriteria | |
| VendorService | 仕入先サービス | クラス | com.example.sms.service.master.partner.VendorService | |
| ProductCategoryCriteria | 商品分類検索条件 | クラス | com.example.sms.service.master.product.ProductCategoryCriteria | |
| ProductCriteria | 商品検索条件 | クラス | com.example.sms.service.master.product.ProductCriteria | |
| ProductService | 商品サービス | クラス | com.example.sms.service.master.product.ProductService | |
| RegionCriteria | 地域検索条件 | クラス | com.example.sms.service.master.region.RegionCriteria | |
| RegionService | 地域サービス | クラス | com.example.sms.service.master.region.RegionService | |
| AuditCriteria | 監査検索条件 | クラス | com.example.sms.service.system.audit.AuditCriteria | |
| AuditRepository | 監査リポジトリ | クラス | com.example.sms.service.system.audit.AuditRepository | |
| AuditService | 監査サービス | クラス | com.example.sms.service.system.audit.AuditService | |
| AuthApiService | 認証APIサービス | クラス | com.example.sms.service.system.auth.AuthApiService | |
| AuthRepository | 認証リポジトリ | クラス | com.example.sms.service.system.auth.AuthRepository | |
| AuthService | 認証サービス | クラス | com.example.sms.service.system.auth.AuthService | |
| DownloadService | データダウンロードサービス | クラス | com.example.sms.service.system.download.DownloadService | |
| UserManagementService | ユーザー管理サービス | クラス | com.example.sms.service.system.user.UserManagementService | |
| UserRepository | ユーザーレポジトリ | クラス | com.example.sms.service.system.user.UserRepository | |
| Name | 社員名 | メソッド | com.example.sms.domain.model.master.employee.EmployeeName#Name() | |
| NameKana | 社員名カナ | メソッド | com.example.sms.domain.model.master.employee.EmployeeName#NameKana() | |
| FirstName | 姓 | メソッド | com.example.sms.domain.model.system.user.Name#FirstName() | |
| FullName | フルネーム | メソッド | com.example.sms.domain.model.system.user.Name#FullName() | |
| LastName | 名 | メソッド | com.example.sms.domain.model.system.user.Name#LastName() | |
| Value | パスワード | メソッド | com.example.sms.domain.model.system.user.Password#Value() | |
| Value | ユーザーID | メソッド | com.example.sms.domain.model.system.user.UserId#Value() | |
| fromCode | コードから都道府県を取得 (例: 13 -> 東京都) | メソッド | com.example.sms.domain.type.address.Prefecture#fromCode() | |
| fromName | 都道府県名からEnumオブジェクトを取得 | メソッド | com.example.sms.domain.type.address.Prefecture#fromName() | |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table system.application_execution_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table system.application_execution_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table system.application_execution_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table system.application_execution_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table system.application_execution_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table system.application_execution_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.ApplicationExecutionHistoryMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.flyway_schema_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.FlywaySchemaHistoryMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.flyway_schema_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.FlywaySchemaHistoryMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.flyway_schema_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.FlywaySchemaHistoryMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.flyway_schema_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.FlywaySchemaHistoryMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.flyway_schema_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.FlywaySchemaHistoryMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.flyway_schema_history | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.FlywaySchemaHistoryMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table system.usr | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table system.usr | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table system.usr | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table system.usr | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table system.usr | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table system.usr | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.UsrMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.仕入先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.仕入先マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.代替商品 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.代替商品 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.代替商品 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.代替商品 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.代替商品 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.代替商品 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.代替商品Mapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.出荷先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.出荷先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.出荷先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.出荷先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.出荷先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.出荷先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.出荷先マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先グループマスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先グループマスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先グループマスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先グループマスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先グループマスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先グループマスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先グループマスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類所属マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類所属マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類所属マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類所属マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類所属マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類所属マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類所属マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類種別マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類種別マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類種別マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類種別マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類種別マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.取引先分類種別マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.取引先分類種別マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.商品分類マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.商品分類マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.地域マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.地域マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.地域マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.地域マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.地域マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.地域マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.地域マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.社員マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.社員マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.社員マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.社員マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.社員マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.社員マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.社員マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部品表 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部品表 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部品表 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部品表 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部品表 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部品表 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部品表Mapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.部門マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.部門マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客マスタ | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客マスタMapper#updateByPrimaryKeySelective() |
| deleteByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客別販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#deleteByPrimaryKey() |
| insert | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客別販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#insert() |
| insertSelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客別販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#insertSelective() |
| selectByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客別販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#selectByPrimaryKey() |
| updateByPrimaryKey | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客別販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#updateByPrimaryKey() |
| updateByPrimaryKeySelective | This method was generated by MyBatis Generator. | This method corresponds to the database table public.顧客別販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.mapper.顧客別販売単価Mapper#updateByPrimaryKeySelective() |
| getId | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getId() |
| getProcessCode | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_code | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessCode() |
| getProcessDetails | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_details | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessDetails() |
| getProcessEnd | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_end | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessEnd() |
| getProcessFlag | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_flag | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessFlag() |
| getProcessName | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessName() |
| getProcessStart | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_start | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessStart() |
| getProcessType | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.process_type | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getProcessType() |
| getUserId | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.user_id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getUserId() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column system.application_execution_history.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#getVersion() |
| setId | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setId() |
| setProcessCode | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_code | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessCode() |
| setProcessDetails | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_details | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessDetails() |
| setProcessEnd | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_end | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessEnd() |
| setProcessFlag | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_flag | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessFlag() |
| setProcessName | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessName() |
| setProcessStart | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_start | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessStart() |
| setProcessType | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.process_type | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setProcessType() |
| setUserId | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.user_id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setUserId() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column system.application_execution_history.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.ApplicationExecutionHistory#setVersion() |
| getChecksum | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.checksum | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getChecksum() |
| getDescription | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.description | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getDescription() |
| getExecutionTime | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.execution_time | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getExecutionTime() |
| getInstalledBy | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.installed_by | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getInstalledBy() |
| getInstalledOn | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.installed_on | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getInstalledOn() |
| getInstalledRank | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.installed_rank | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getInstalledRank() |
| getScript | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.script | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getScript() |
| getSuccess | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.success | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getSuccess() |
| getType | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.type | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getType() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column public.flyway_schema_history.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#getVersion() |
| setChecksum | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.checksum | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setChecksum() |
| setDescription | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.description | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setDescription() |
| setExecutionTime | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.execution_time | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setExecutionTime() |
| setInstalledBy | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.installed_by | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setInstalledBy() |
| setInstalledOn | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.installed_on | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setInstalledOn() |
| setInstalledRank | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.installed_rank | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setInstalledRank() |
| setScript | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.script | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setScript() |
| setSuccess | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.success | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setSuccess() |
| setType | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.type | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setType() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column public.flyway_schema_history.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.FlywaySchemaHistory#setVersion() |
| getFirstName | This method was generated by MyBatis Generator. | This method returns the value of the database column system.usr.first_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#getFirstName() |
| getLastName | This method was generated by MyBatis Generator. | This method returns the value of the database column system.usr.last_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#getLastName() |
| getPassword | This method was generated by MyBatis Generator. | This method returns the value of the database column system.usr.password | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#getPassword() |
| getRoleName | This method was generated by MyBatis Generator. | This method returns the value of the database column system.usr.role_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#getRoleName() |
| getUserId | This method was generated by MyBatis Generator. | This method returns the value of the database column system.usr.user_id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#getUserId() |
| setFirstName | This method was generated by MyBatis Generator. | This method sets the value of the database column system.usr.first_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#setFirstName() |
| setLastName | This method was generated by MyBatis Generator. | This method sets the value of the database column system.usr.last_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#setLastName() |
| setPassword | This method was generated by MyBatis Generator. | This method sets the value of the database column system.usr.password | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#setPassword() |
| setRoleName | This method was generated by MyBatis Generator. | This method sets the value of the database column system.usr.role_name | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#setRoleName() |
| setUserId | This method was generated by MyBatis Generator. | This method sets the value of the database column system.usr.user_id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.Usr#setUserId() |
| get仕入先メールアドレス | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先メールアドレス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先メールアドレス() |
| get仕入先住所1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先住所1() |
| get仕入先住所2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先住所2() |
| get仕入先名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先名() |
| get仕入先名カナ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先名カナ() |
| get仕入先担当者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先担当者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先担当者名() |
| get仕入先支払方法 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先支払方法 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先支払方法() |
| get仕入先支払日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先支払日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先支払日() |
| get仕入先支払月 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先支払月 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先支払月() |
| get仕入先締日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先締日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先締日() |
| get仕入先部門名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先部門名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先部門名() |
| get仕入先郵便番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先郵便番号() |
| get仕入先都道府県 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先都道府県() |
| get仕入先電話番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先電話番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先電話番号() |
| get仕入先fax番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先FAX番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get仕入先fax番号() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get作成者名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#get更新者名() |
| set仕入先メールアドレス | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先メールアドレス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先メールアドレス() |
| set仕入先住所1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先住所1() |
| set仕入先住所2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先住所2() |
| set仕入先名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先名() |
| set仕入先名カナ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先名カナ() |
| set仕入先担当者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先担当者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先担当者名() |
| set仕入先支払方法 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先支払方法 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先支払方法() |
| set仕入先支払日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先支払日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先支払日() |
| set仕入先支払月 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先支払月 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先支払月() |
| set仕入先締日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先締日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先締日() |
| set仕入先部門名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先部門名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先部門名() |
| set仕入先郵便番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先郵便番号() |
| set仕入先都道府県 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先都道府県() |
| set仕入先電話番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先電話番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先電話番号() |
| set仕入先fax番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先FAX番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set仕入先fax番号() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set作成者名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタ#set更新者名() |
| get仕入先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#get仕入先コード() |
| get仕入先枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.仕入先マスタ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#get仕入先枝番() |
| set仕入先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#set仕入先コード() |
| set仕入先枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.仕入先マスタ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.仕入先マスタKey#set仕入先枝番() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#get作成者名() |
| get優先順位 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.優先順位 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#get優先順位() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#set作成者名() |
| set優先順位 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.優先順位 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#set優先順位() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品#set更新者名() |
| get代替商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.代替商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#get代替商品コード() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.代替商品.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#get商品コード() |
| set代替商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.代替商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#set代替商品コード() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.代替商品.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.代替商品Key#set商品コード() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get作成者名() |
| get出荷先住所1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.出荷先住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get出荷先住所1() |
| get出荷先住所2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.出荷先住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get出荷先住所2() |
| get出荷先名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.出荷先名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get出荷先名() |
| get出荷先郵便番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.出荷先郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get出荷先郵便番号() |
| get地域コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.地域コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get地域コード() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set作成者名() |
| set出荷先住所1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.出荷先住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set出荷先住所1() |
| set出荷先住所2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.出荷先住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set出荷先住所2() |
| set出荷先名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.出荷先名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set出荷先名() |
| set出荷先郵便番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.出荷先郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set出荷先郵便番号() |
| set地域コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.地域コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set地域コード() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタ#set更新者名() |
| get出荷先番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.出荷先番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#get出荷先番号() |
| get顧客コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#get顧客コード() |
| get顧客枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.出荷先マスタ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#get顧客枝番() |
| set出荷先番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.出荷先番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#set出荷先番号() |
| set顧客コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#set顧客コード() |
| set顧客枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.出荷先マスタ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.出荷先マスタKey#set顧客枝番() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先グループマスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先グループマスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get作成者名() |
| get取引先グループコード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先グループマスタ.取引先グループコード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get取引先グループコード() |
| get取引先グループ名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先グループマスタ.取引先グループ名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get取引先グループ名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先グループマスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先グループマスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先グループマスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先グループマスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set作成者名() |
| set取引先グループコード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先グループマスタ.取引先グループコード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set取引先グループコード() |
| set取引先グループ名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先グループマスタ.取引先グループ名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set取引先グループ名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先グループマスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先グループマスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先グループマスタ#set更新者名() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#getVersion() |
| get与信一時増加枠 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.与信一時増加枠 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get与信一時増加枠() |
| get与信限度額 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.与信限度額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get与信限度額() |
| get仕入先区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.仕入先区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get仕入先区分() |
| get住所1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get住所1() |
| get住所2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get住所2() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get作成者名() |
| get取引先グループコード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.取引先グループコード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引先グループコード() |
| get取引先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引先コード() |
| get取引先名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.取引先名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引先名() |
| get取引先名カナ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.取引先名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引先名カナ() |
| get取引禁止フラグ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.取引禁止フラグ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get取引禁止フラグ() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get更新者名() |
| get郵便番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get郵便番号() |
| get都道府県 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get都道府県() |
| get雑区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先マスタ.雑区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#get雑区分() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#setVersion() |
| set与信一時増加枠 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.与信一時増加枠 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set与信一時増加枠() |
| set与信限度額 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.与信限度額 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set与信限度額() |
| set仕入先区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.仕入先区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set仕入先区分() |
| set住所1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set住所1() |
| set住所2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set住所2() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set作成者名() |
| set取引先グループコード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.取引先グループコード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引先グループコード() |
| set取引先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引先コード() |
| set取引先名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.取引先名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引先名() |
| set取引先名カナ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.取引先名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引先名カナ() |
| set取引禁止フラグ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.取引禁止フラグ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set取引禁止フラグ() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set更新者名() |
| set郵便番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set郵便番号() |
| set都道府県 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set都道府県() |
| set雑区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先マスタ.雑区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先マスタ#set雑区分() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get作成者名() |
| get取引先分類名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.取引先分類名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get取引先分類名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set作成者名() |
| set取引先分類名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.取引先分類名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set取引先分類名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタ#set更新者名() |
| get取引先分類コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.取引先分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#get取引先分類コード() |
| get取引先分類種別コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類マスタ.取引先分類種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#get取引先分類種別コード() |
| set取引先分類コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.取引先分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#set取引先分類コード() |
| set取引先分類種別コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類マスタ.取引先分類種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類マスタKey#set取引先分類種別コード() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#get作成者名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#set作成者名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタ#set更新者名() |
| get取引先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#get取引先コード() |
| get取引先分類コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.取引先分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#get取引先分類コード() |
| get取引先分類種別コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類所属マスタ.取引先分類種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#get取引先分類種別コード() |
| set取引先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#set取引先コード() |
| set取引先分類コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.取引先分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#set取引先分類コード() |
| set取引先分類種別コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類所属マスタ.取引先分類種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類所属マスタKey#set取引先分類種別コード() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#getVersion() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get作成者名() |
| get取引先分類種別コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.取引先分類種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get取引先分類種別コード() |
| get取引先分類種別名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.取引先分類種別名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get取引先分類種別名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.取引先分類種別マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#get更新者名() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#setVersion() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set作成者名() |
| set取引先分類種別コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.取引先分類種別コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set取引先分類種別コード() |
| set取引先分類種別名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.取引先分類種別名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set取引先分類種別名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.取引先分類種別マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.取引先分類種別マスタ#set更新者名() |
| getVersion | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#getVersion() |
| get仕入先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get仕入先コード() |
| get仕入先枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get仕入先枝番() |
| get仕入単価 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.仕入単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get仕入単価() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get作成者名() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品コード() |
| get商品分類コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.商品分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品分類コード() |
| get商品区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.商品区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品区分() |
| get商品名カナ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.商品名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品名カナ() |
| get商品正式名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.商品正式名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品正式名() |
| get商品略称 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.商品略称 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get商品略称() |
| get在庫引当区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.在庫引当区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get在庫引当区分() |
| get在庫管理対象区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.在庫管理対象区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get在庫管理対象区分() |
| get売上原価 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.売上原価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get売上原価() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get更新者名() |
| get税区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.税区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get税区分() |
| get製品型番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.製品型番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get製品型番() |
| get販売単価 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get販売単価() |
| get雑区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品マスタ.雑区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#get雑区分() |
| setVersion | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.version | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#setVersion() |
| set仕入先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.仕入先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set仕入先コード() |
| set仕入先枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.仕入先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set仕入先枝番() |
| set仕入単価 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.仕入単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set仕入単価() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set作成者名() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品コード() |
| set商品分類コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.商品分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品分類コード() |
| set商品区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.商品区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品区分() |
| set商品名カナ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.商品名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品名カナ() |
| set商品正式名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.商品正式名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品正式名() |
| set商品略称 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.商品略称 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set商品略称() |
| set在庫引当区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.在庫引当区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set在庫引当区分() |
| set在庫管理対象区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.在庫管理対象区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set在庫管理対象区分() |
| set売上原価 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.売上原価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set売上原価() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set更新者名() |
| set税区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.税区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set税区分() |
| set製品型番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.製品型番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set製品型番() |
| set販売単価 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set販売単価() |
| set雑区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品マスタ.雑区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品マスタ#set雑区分() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get作成者名() |
| get商品分類コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.商品分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get商品分類コード() |
| get商品分類パス | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.商品分類パス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get商品分類パス() |
| get商品分類名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.商品分類名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get商品分類名() |
| get商品分類階層 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.商品分類階層 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get商品分類階層() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get更新者名() |
| get最下層区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.商品分類マスタ.最下層区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#get最下層区分() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set作成者名() |
| set商品分類コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.商品分類コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set商品分類コード() |
| set商品分類パス | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.商品分類パス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set商品分類パス() |
| set商品分類名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.商品分類名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set商品分類名() |
| set商品分類階層 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.商品分類階層 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set商品分類階層() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set更新者名() |
| set最下層区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.商品分類マスタ.最下層区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.商品分類マスタ#set最下層区分() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.地域マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.地域マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get作成者名() |
| get地域コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.地域マスタ.地域コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get地域コード() |
| get地域名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.地域マスタ.地域名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get地域名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.地域マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.地域マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#get更新者名() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.地域マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.地域マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set作成者名() |
| set地域コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.地域マスタ.地域コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set地域コード() |
| set地域名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.地域マスタ.地域名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set地域名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.地域マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.地域マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.地域マスタ#set更新者名() |
| getFax番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.fax番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#getFax番号() |
| getUserId | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.user_id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#getUserId() |
| getパスワード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.パスワード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#getパスワード() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get作成者名() |
| get承認権限コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.承認権限コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get承認権限コード() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get更新者名() |
| get社員コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.社員コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get社員コード() |
| get社員名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.社員名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get社員名() |
| get社員名カナ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.社員名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get社員名カナ() |
| get職種コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.職種コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get職種コード() |
| get部門コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get部門コード() |
| get開始日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get開始日() |
| get電話番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.社員マスタ.電話番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#get電話番号() |
| setFax番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.fax番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#setFax番号() |
| setUserId | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.user_id | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#setUserId() |
| setパスワード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.パスワード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#setパスワード() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set作成者名() |
| set承認権限コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.承認権限コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set承認権限コード() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set更新者名() |
| set社員コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.社員コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set社員コード() |
| set社員名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.社員名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set社員名() |
| set社員名カナ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.社員名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set社員名カナ() |
| set職種コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.職種コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set職種コード() |
| set部門コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set部門コード() |
| set開始日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set開始日() |
| set電話番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.社員マスタ.電話番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.社員マスタ#set電話番号() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#get作成者名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#get更新者名() |
| get部品数量 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.部品数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#get部品数量() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#set作成者名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#set更新者名() |
| set部品数量 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.部品数量 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表#set部品数量() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表Key#get商品コード() |
| get部品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部品表.部品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表Key#get部品コード() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表Key#set商品コード() |
| set部品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部品表.部品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部品表Key#set部品コード() |
| get伝票入力可否 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.伝票入力可否 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get伝票入力可否() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get作成者名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get更新者名() |
| get最下層区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.最下層区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get最下層区分() |
| get終了日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.終了日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get終了日() |
| get組織階層 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.組織階層 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get組織階層() |
| get部門パス | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.部門パス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get部門パス() |
| get部門名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.部門名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#get部門名() |
| set伝票入力可否 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.伝票入力可否 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set伝票入力可否() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set作成者名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set更新者名() |
| set最下層区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.最下層区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set最下層区分() |
| set終了日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.終了日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set終了日() |
| set組織階層 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.組織階層 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set組織階層() |
| set部門パス | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.部門パス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set部門パス() |
| set部門名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.部門名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタ#set部門名() |
| get部門コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#get部門コード() |
| get開始日 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.部門マスタ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#get開始日() |
| set部門コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.部門コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#set部門コード() |
| set開始日 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.部門マスタ.開始日 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.部門マスタKey#set開始日() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get作成者名() |
| get回収先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.回収先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get回収先コード() |
| get回収先枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.回収先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get回収先枝番() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get更新者名() |
| get自社担当者コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.自社担当者コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get自社担当者コード() |
| get請求先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.請求先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get請求先コード() |
| get請求先枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.請求先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get請求先枝番() |
| get顧客メールアドレス | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客メールアドレス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客メールアドレス() |
| get顧客住所1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客住所1() |
| get顧客住所2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客住所2() |
| get顧客区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客区分() |
| get顧客名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客名() |
| get顧客名カナ | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客名カナ() |
| get顧客担当者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客担当者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客担当者名() |
| get顧客支払方法1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客支払方法1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払方法1() |
| get顧客支払方法2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客支払方法2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払方法2() |
| get顧客支払日1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客支払日1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払日1() |
| get顧客支払日2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客支払日2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払日2() |
| get顧客支払月1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客支払月1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払月1() |
| get顧客支払月2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客支払月2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客支払月2() |
| get顧客締日1 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客締日1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客締日1() |
| get顧客締日2 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客締日2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客締日2() |
| get顧客請求区分 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客請求区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客請求区分() |
| get顧客部門名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客部門名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客部門名() |
| get顧客郵便番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客郵便番号() |
| get顧客都道府県 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客都道府県() |
| get顧客電話番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客電話番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客電話番号() |
| get顧客fax番号 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客FAX番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#get顧客fax番号() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set作成者名() |
| set回収先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.回収先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set回収先コード() |
| set回収先枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.回収先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set回収先枝番() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set更新者名() |
| set自社担当者コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.自社担当者コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set自社担当者コード() |
| set請求先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.請求先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set請求先コード() |
| set請求先枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.請求先枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set請求先枝番() |
| set顧客メールアドレス | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客メールアドレス | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客メールアドレス() |
| set顧客住所1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客住所1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客住所1() |
| set顧客住所2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客住所2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客住所2() |
| set顧客区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客区分() |
| set顧客名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客名() |
| set顧客名カナ | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客名カナ | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客名カナ() |
| set顧客担当者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客担当者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客担当者名() |
| set顧客支払方法1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客支払方法1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払方法1() |
| set顧客支払方法2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客支払方法2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払方法2() |
| set顧客支払日1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客支払日1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払日1() |
| set顧客支払日2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客支払日2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払日2() |
| set顧客支払月1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客支払月1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払月1() |
| set顧客支払月2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客支払月2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客支払月2() |
| set顧客締日1 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客締日1 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客締日1() |
| set顧客締日2 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客締日2 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客締日2() |
| set顧客請求区分 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客請求区分 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客請求区分() |
| set顧客部門名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客部門名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客部門名() |
| set顧客郵便番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客郵便番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客郵便番号() |
| set顧客都道府県 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客都道府県 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客都道府県() |
| set顧客電話番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客電話番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客電話番号() |
| set顧客fax番号 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客FAX番号 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタ#set顧客fax番号() |
| get顧客コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#get顧客コード() |
| get顧客枝番 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客マスタ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#get顧客枝番() |
| set顧客コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#set顧客コード() |
| set顧客枝番 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客マスタ.顧客枝番 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客マスタKey#set顧客枝番() |
| get作成日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get作成日時() |
| get作成者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get作成者名() |
| get更新日時 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get更新日時() |
| get更新者名 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get更新者名() |
| get販売単価 | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#get販売単価() |
| set作成日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.作成日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set作成日時() |
| set作成者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.作成者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set作成者名() |
| set更新日時 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.更新日時 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set更新日時() |
| set更新者名 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.更新者名 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set更新者名() |
| set販売単価 | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.販売単価 | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価#set販売単価() |
| get取引先コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#get取引先コード() |
| get商品コード | This method was generated by MyBatis Generator. | This method returns the value of the database column public.顧客別販売単価.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#get商品コード() |
| set取引先コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.取引先コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#set取引先コード() |
| set商品コード | This method was generated by MyBatis Generator. | This method sets the value of the database column public.顧客別販売単価.商品コード | メソッド | com.example.sms.infrastructure.datasource.autogen.model.顧客別販売単価Key#set商品コード() |
| delete | 部門削除 | メソッド | com.example.sms.service.master.department.DepartmentService#delete() | |
| find | 部門検索 (部門ID) | メソッド | com.example.sms.service.master.department.DepartmentService#find() | |
| findByCode | 部門検索(部門コード) | メソッド | com.example.sms.service.master.department.DepartmentService#findByCode() | |
| register | 部門新規登録 | メソッド | com.example.sms.service.master.department.DepartmentService#register() | |
| save | 部門情報編集 | メソッド | com.example.sms.service.master.department.DepartmentService#save() | |
| save | 部門情報編集(社員追加・削除) | メソッド | com.example.sms.service.master.department.DepartmentService#save() | |
| searchWithPageInfo | 部門検索 | メソッド | com.example.sms.service.master.department.DepartmentService#searchWithPageInfo() | |
| selectAll | 部門一覧 | メソッド | com.example.sms.service.master.department.DepartmentService#selectAll() | |
| selectAllWithPageInfo | 部門一覧(ページング) | メソッド | com.example.sms.service.master.department.DepartmentService#selectAllWithPageInfo() | |
| delete | 社員削除 | メソッド | com.example.sms.service.master.employee.EmployeeService#delete() | |
| find | 社員検索 | メソッド | com.example.sms.service.master.employee.EmployeeService#find() | |
| register | 社員新規登録 | メソッド | com.example.sms.service.master.employee.EmployeeService#register() | |
| save | 社員情報編集 | メソッド | com.example.sms.service.master.employee.EmployeeService#save() | |
| searchWithPageInfo | 社員検索(ページング) | メソッド | com.example.sms.service.master.employee.EmployeeService#searchWithPageInfo() | |
| selectAll | 社員一覧 | メソッド | com.example.sms.service.master.employee.EmployeeService#selectAll() | |
| selectAllWithPageInfo | 社員一覧(ページング) | メソッド | com.example.sms.service.master.employee.EmployeeService#selectAllWithPageInfo() | |
| delete | 顧客削除 | メソッド | com.example.sms.service.master.partner.CustomerService#delete() | |
| find | 顧客検索 | メソッド | com.example.sms.service.master.partner.CustomerService#find() | |
| register | 顧客新規登録 | メソッド | com.example.sms.service.master.partner.CustomerService#register() | |
| save | 顧客情報編集 | メソッド | com.example.sms.service.master.partner.CustomerService#save() | |
| searchWithPageInfo | 顧客検索 (ページング) | メソッド | com.example.sms.service.master.partner.CustomerService#searchWithPageInfo() | |
| selectAll | 顧客一覧 | メソッド | com.example.sms.service.master.partner.CustomerService#selectAll() | |
| selectAllWithPageInfo | 顧客一覧 (ページング) | メソッド | com.example.sms.service.master.partner.CustomerService#selectAllWithPageInfo() | |
| delete | 取引先分類種別削除 | メソッド | com.example.sms.service.master.partner.PartnerCategoryService#delete() | |
| find | 取引先分類種別検索 | メソッド | com.example.sms.service.master.partner.PartnerCategoryService#find() | |
| register | 取引先分類種別新規登録 | メソッド | com.example.sms.service.master.partner.PartnerCategoryService#register() | |
| save | 取引先分類種別情報編集 | メソッド | com.example.sms.service.master.partner.PartnerCategoryService#save() | |
| searchWithPageInfo | 取引先分類種別検索 (ページング) | メソッド | com.example.sms.service.master.partner.PartnerCategoryService#searchWithPageInfo() | |
| 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.PartnerGroupService#delete() | |
| find | 取引先グループ検索 | メソッド | com.example.sms.service.master.partner.PartnerGroupService#find() | |
| register | 取引先グループ新規登録 | メソッド | com.example.sms.service.master.partner.PartnerGroupService#register() | |
| save | 取引先グループ情報編集 | メソッド | com.example.sms.service.master.partner.PartnerGroupService#save() | |
| searchWithPageInfo | 商品検索 (ページング) | メソッド | com.example.sms.service.master.partner.PartnerGroupService#searchWithPageInfo() | |
| 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.PartnerService#delete() | |
| find | 取引先検索 | メソッド | com.example.sms.service.master.partner.PartnerService#find() | |
| register | 取引先新規登録 | メソッド | com.example.sms.service.master.partner.PartnerService#register() | |
| save | 取引先情報編集 | メソッド | com.example.sms.service.master.partner.PartnerService#save() | |
| searchWithPageInfo | 取引先検索 (ページング) | メソッド | com.example.sms.service.master.partner.PartnerService#searchWithPageInfo() | |
| selectAll | 取引先一覧 | メソッド | com.example.sms.service.master.partner.PartnerService#selectAll() | |
| selectAllWithPageInfo | 取引先一覧 (ページング) | メソッド | com.example.sms.service.master.partner.PartnerService#selectAllWithPageInfo() | |
| delete | 仕入先削除 | メソッド | com.example.sms.service.master.partner.VendorService#delete() | |
| find | 仕入先検索 | メソッド | com.example.sms.service.master.partner.VendorService#find() | |
| register | 仕入先新規登録 | メソッド | com.example.sms.service.master.partner.VendorService#register() | |
| save | 仕入先情報編集 | メソッド | com.example.sms.service.master.partner.VendorService#save() | |
| searchWithPageInfo | 仕入先検索 (ページング) | メソッド | com.example.sms.service.master.partner.VendorService#searchWithPageInfo() | |
| selectAll | 仕入先一覧 | メソッド | com.example.sms.service.master.partner.VendorService#selectAll() | |
| selectAllWithPageInfo | 仕入先一覧 (ページング) | メソッド | com.example.sms.service.master.partner.VendorService#selectAllWithPageInfo() | |
| delete | 商品削除 | メソッド | com.example.sms.service.master.product.ProductService#delete() | |
| deleteCategory | 商品分類削除 | メソッド | com.example.sms.service.master.product.ProductService#deleteCategory() | |
| find | 商品検索 | メソッド | com.example.sms.service.master.product.ProductService#find() | |
| findCategory | 商品分類検索 | メソッド | com.example.sms.service.master.product.ProductService#findCategory() | |
| register | 商品新規登録 | メソッド | com.example.sms.service.master.product.ProductService#register() | |
| registerCategory | 商品分類新規登録 | メソッド | com.example.sms.service.master.product.ProductService#registerCategory() | |
| save | 商品情報編集 | メソッド | com.example.sms.service.master.product.ProductService#save() | |
| saveCategory | 商品分類情報編集 | メソッド | com.example.sms.service.master.product.ProductService#saveCategory() | |
| saveCategory | 商品分類情報編集(商品追加、削除) | メソッド | com.example.sms.service.master.product.ProductService#saveCategory() | |
| searchProductCategoryWithPageInfo | 商品分類検索(ページング) | メソッド | com.example.sms.service.master.product.ProductService#searchProductCategoryWithPageInfo() | |
| searchProductWithPageInfo | 商品検索 (ページング) | メソッド | com.example.sms.service.master.product.ProductService#searchProductWithPageInfo() | |
| selectAll | 商品一覧 | メソッド | com.example.sms.service.master.product.ProductService#selectAll() | |
| selectAllBomsWithPageInfo | 部品一覧(ページング) | メソッド | com.example.sms.service.master.product.ProductService#selectAllBomsWithPageInfo() | |
| selectAllCategory | 商品分類一覧 | メソッド | com.example.sms.service.master.product.ProductService#selectAllCategory() | |
| selectAllCategoryWithPageInfo | 商品分類一覧(ページング) | メソッド | com.example.sms.service.master.product.ProductService#selectAllCategoryWithPageInfo() | |
| selectAllWithPageInfo | 商品一覧(ページング) | メソッド | com.example.sms.service.master.product.ProductService#selectAllWithPageInfo() | |
| delete | 地域を削除 | メソッド | com.example.sms.service.master.region.RegionService#delete() | |
| find | 地域検索 | メソッド | com.example.sms.service.master.region.RegionService#find() | |
| register | 地域新規登録 | メソッド | com.example.sms.service.master.region.RegionService#register() | |
| save | 地域情報を編集 | メソッド | com.example.sms.service.master.region.RegionService#save() | |
| searchWithPageInfo | 地域検索 (ページング) | メソッド | com.example.sms.service.master.region.RegionService#searchWithPageInfo() | |
| selectAll | 地域一覧を取得 | メソッド | com.example.sms.service.master.region.RegionService#selectAll() | |
| selectAllWithPageInfo | 地域一覧をページングで取得 | メソッド | com.example.sms.service.master.region.RegionService#selectAllWithPageInfo() | |
| delete | アプリケーション実行履歴削除 | メソッド | com.example.sms.service.system.audit.AuditService#delete() | |
| end | アプリケーション実行履歴終了 | メソッド | com.example.sms.service.system.audit.AuditService#end() | |
| error | アプリケーション実行履歴エラー | メソッド | com.example.sms.service.system.audit.AuditService#error() | |
| find | アプリケーション実行履歴取得 | メソッド | com.example.sms.service.system.audit.AuditService#find() | |
| register | アプリケーション実行履歴新規登録 | メソッド | com.example.sms.service.system.audit.AuditService#register() | |
| searchWithPageInfo | アプリケーション実行履歴検索 | メソッド | com.example.sms.service.system.audit.AuditService#searchWithPageInfo() | |
| selectAll | アプリケーション実行履歴一覧 | メソッド | com.example.sms.service.system.audit.AuditService#selectAll() | |
| selectAllWithPageInfo | アプリケーション実行履歴一覧(ページング) | メソッド | com.example.sms.service.system.audit.AuditService#selectAllWithPageInfo() | |
| start | アプリケーション実行履歴開始 | メソッド | com.example.sms.service.system.audit.AuditService#start() | |
| authenticateUser | ユーザーJWT認証 | メソッド | com.example.sms.service.system.auth.AuthApiService#authenticateUser() | |
| checkPermission | 権限チェック | メソッド | com.example.sms.service.system.auth.AuthApiService#checkPermission() | |
| getCurrentUserId | 現在のユーザーIDの取得 | メソッド | com.example.sms.service.system.auth.AuthApiService#getCurrentUserId() | |
| getUserNameFromJwtToke | JWTトークンからユーザー名の取得 | メソッド | com.example.sms.service.system.auth.AuthApiService#getUserNameFromJwtToke() | |
| validateJwtToke | JWTトークンの取得 | メソッド | com.example.sms.service.system.auth.AuthApiService#validateJwtToke() | |
| validateJwtToken | JWTトークンの検証 | メソッド | com.example.sms.service.system.auth.AuthApiService#validateJwtToken() | |
| loadUserByUsername | ユーザー認証 | メソッド | com.example.sms.service.system.auth.AuthService#loadUserByUsername() | |
| convert | CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convert() | |
| convertCustomer | 顧客CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertCustomer() | |
| convertDepartments | 部門CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertDepartments() | |
| convertEmployees | 社員CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertEmployees() | |
| convertPartner | 取引先CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertPartner() | |
| convertPartnerGroup | 取引先グループCSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertPartnerGroup() | |
| convertProductCategories | 商品分類CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertProductCategories() | |
| convertProducts | 商品CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertProducts() | |
| convertVendor | 仕入先CSV変換 | メソッド | com.example.sms.service.system.download.DownloadService#convertVendor() | |
| count | ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#count() | |
| countCustomer | 顧客ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countCustomer() | |
| countDepartments | 部門ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countDepartments() | |
| countEmployees | 社員ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countEmployees() | |
| countPartner | 取引先ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countPartner() | |
| countPartnerGroups | 取引先グループダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countPartnerGroups() | |
| countProductCategories | 商品カテゴリダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countProductCategories() | |
| countProducts | 商品ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countProducts() | |
| countVendor | 仕入先ダウンロード件数取得 | メソッド | com.example.sms.service.system.download.DownloadService#countVendor() | |
| download | ダウンロード | メソッド | com.example.sms.service.system.download.DownloadService#download() | |
| delete | ユーザー削除 | メソッド | com.example.sms.service.system.user.UserManagementService#delete() | |
| find | ユーザー検索 | メソッド | com.example.sms.service.system.user.UserManagementService#find() | |
| register | ユーザー新規登録 | メソッド | com.example.sms.service.system.user.UserManagementService#register() | |
| save | ユーザー情報編集 | メソッド | com.example.sms.service.system.user.UserManagementService#save() | |
| selectAll | ユーザー一覧 | メソッド | com.example.sms.service.system.user.UserManagementService#selectAll() | |
| selectAllWithPageInfo | ユーザー一覧(ページング) | メソッド | com.example.sms.service.system.user.UserManagementService#selectAllWithPageInfo() |