From ae5677a635b457690173c10c40ed7f0ea8276707 Mon Sep 17 00:00:00 2001 From: jjstyle Date: Wed, 4 Feb 2026 21:45:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=8D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Entities/V2modifyinfoModel.php | 60 +++++++++++------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/app/Models/Entities/V2modifyinfoModel.php b/app/Models/Entities/V2modifyinfoModel.php index 238bb72..3fb55f7 100644 --- a/app/Models/Entities/V2modifyinfoModel.php +++ b/app/Models/Entities/V2modifyinfoModel.php @@ -50,36 +50,36 @@ class V2modifyinfoModel extends Model ]; // 검증 규칙 - protected $validationRules = [ - 'vr_sq' => 'required|integer', - 'bild_nm' => 'string|max_length[60]', - 'rm_no' => 'string|max_length[30]', - 'floor' => 'integer', - 'floor2' => 'integer', - 'ugrodFloor' => 'integer', - 'address_code' => 'string|max_length[10]', - 'address2' => 'string|max_length[300]', - 'address2a' => 'string|max_length[300]', - 'address2b' => 'string|max_length[300]', - 'address3' => 'string|max_length[300]', - 'address4' => 'string|max_length[1000]', - 'trade_type' => 'string|max_length[2]', - 'deal_amt' => 'integer', - 'wrrnt_amt' => 'integer', - 'lease_amt' => 'integer', - 'isale_amt' => 'integer', - 'prem_amt' => 'integer', - 'sply_spc' => 'numeric', - 'excls_spc' => 'numeric', - 'tot_spc' => 'numeric', - 'grnd_spc' => 'numeric', - 'bldg_spc' => 'numeric', - 'hscp_no' => 'string|max_length[30]', - 'hscp_nm' => 'string|max_length[60]', - 'ptp_no' => 'string|max_length[30]', - 'ptp_nm' => 'string|max_length[60]', - 'modify_yn' => 'in_list[Y,N]', - ]; + // protected $validationRules = [ + // 'vr_sq' => 'required|integer', + // 'bild_nm' => 'string|max_length[60]', + // 'rm_no' => 'string|max_length[30]', + // 'floor' => 'integer', + // 'floor2' => 'integer', + // 'ugrodFloor' => 'integer', + // 'address_code' => 'string|max_length[10]', + // 'address2' => 'string|max_length[300]', + // 'address2a' => 'string|max_length[300]', + // 'address2b' => 'string|max_length[300]', + // 'address3' => 'string|max_length[300]', + // 'address4' => 'string|max_length[1000]', + // 'trade_type' => 'string|max_length[2]', + // 'deal_amt' => 'integer', + // 'wrrnt_amt' => 'integer', + // 'lease_amt' => 'integer', + // 'isale_amt' => 'integer', + // 'prem_amt' => 'integer', + // 'sply_spc' => 'numeric', + // 'excls_spc' => 'numeric', + // 'tot_spc' => 'numeric', + // 'grnd_spc' => 'numeric', + // 'bldg_spc' => 'numeric', + // 'hscp_no' => 'string|max_length[30]', + // 'hscp_nm' => 'string|max_length[60]', + // 'ptp_no' => 'string|max_length[30]', + // 'ptp_nm' => 'string|max_length[60]', + // 'modify_yn' => 'in_list[Y,N]', + // ]; protected $validationMessages = []; protected $skipValidation = false;