• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
chominsoo4245 / mjon_git star
Forked from hylee / mjon_git
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjon_gitsrcmainjavaitnletfaxuserserviceFaxConvertMngVO.java
Download as .zip file
File name
Commit message
Commit date
DATABASE
mjon_git
2023-06-12
src/main
Merge branch 'master' of http://dudgusw@vcs.iten.co.kr:9999/hylee/mjon_git
2025-01-24
.codetogether.ignore
mjon_git
2023-06-12
.gitignore
gitignore 적용
2023-06-12
pom.xml
문자전송개선 테스트
2024-11-27
File name
Commit message
Commit date
java
Merge branch 'master' of http://dudgusw@vcs.iten.co.kr:9999/hylee/mjon_git
2025-01-24
resources
Merge branch '4875_발송_페이지_로딩_속도개선'
2025-01-13
webapp
Merge branch 'master' of http://vcs.iten.co.kr:9999/hylee/mjon_git
2025-01-24
File name
Commit message
Commit date
egovframework
custom idgen 수정
2024-11-27
itn
Merge branch 'master' of http://dudgusw@vcs.iten.co.kr:9999/hylee/mjon_git
2025-01-24
File name
Commit message
Commit date
com
SMS전송 공통코드 기능 추가
2025-01-10
let
Merge branch 'master' of http://dudgusw@vcs.iten.co.kr:9999/hylee/mjon_git
2025-01-24
web
변경
2024-11-21
File name
Commit message
Commit date
cert
테스트서버에서 로그인 인증번호 발송 시 테스트슬랙알림채널로 발송
2025-01-16
cop
이용약관 > 불법스팸방지정책 페이지 수정
2024-11-26
crypto/web
mjon_git
2023-06-12
fax
문자, 팩스발송 주소록 불러오기 완료
2024-12-24
hangulparser
mjon_git
2023-06-12
kakao
알림톡 슬랙 노출 안되는 부분 수정
2025-01-16
komoran
mjon_git
2023-06-12
lett
선택한 그림문자의 우선선위 변경 기능 추가
2023-09-05
mail
문자발송로직 impl 화 완료 -> 리펙토링 진행 중
2024-09-27
main
2024-11-22 10:51 과부하 쿼리 주석처리
2024-11-22
mjo
Merge branch 'master' of http://dudgusw@vcs.iten.co.kr:9999/hylee/mjon_git
2025-01-24
module/base
이벤트 결제관련 오류처리
2025-01-24
org
mjon_git
2023-06-12
schdlr/service
문자발송로직 > 이벤트 체크
2024-12-23
sec
mjon_git
2023-06-12
solr
mjon_git
2023-06-12
sts
mjon_git
2023-06-12
sym
팩스 속도 개선
2024-12-17
uat
테스트서버에서 로그인 인증번호 발송 시 테스트슬랙알림채널로 발송
2025-01-16
uss
ec로 코드 수정 http://pms.iten.co.kr:9999/issues/4573
2025-01-16
utl
회원 이메일 발송 건수 15분 단위로 기존 200건 -> 500건으로 변경
2024-10-25
File name
Commit message
Commit date
addr
문자, 팩스발송 주소록 불러오기 완료
2024-12-24
admin
주소록 수정중
2024-09-09
user
[사용자] 팩스 발송 리스트 => 발송결과로 이동
2024-07-15
File name
Commit message
Commit date
service
[사용자] 팩스 발송 리스트 => 발송결과로 이동
2024-07-15
web
[사용자] 팩스 발송 리스트 => 발송결과로 이동
2024-07-15
File name
Commit message
Commit date
impl
[사용자] 팩스 발송 리스트 => 발송결과로 이동
2024-07-15
FaxConvertMngVO.java
mjon_git
2023-06-12
FaxConvertVO.java
mjon_git
2023-06-12
FaxGroupDataVO.java
[사용자] 팩스 발송 리스트 => 발송결과로 이동
2024-07-15
FaxReceiverVO.java
mjon_git
2023-06-12
FaxService.java
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
FaxTranVO.java
mjon_git
2023-06-12
hylee 2023-06-12 a2ba4a9 mjon_git UNIX
Raw Open in browser Change history
/* * Copyright 2008-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package itn.let.fax.user.service; import java.io.Serializable; import itn.com.cmm.ComDefaultVO; /** * * @author : 이호영 * @fileName : FaxConvertMngVO.java * @date : 2023.03.20 * @description : [문자온]팩스 전체 관리 VO * =========================================================== * DATE AUTHOR NOTE * ----------------------------------------------------------- * * 2023.03.20 이호영 최초 생성 * * * */ public class FaxConvertMngVO extends FaxConvertVO implements Serializable { /** * */ private static final long serialVersionUID = -2845169322900084330L; /** * FAX_SEQ * primary key */ private String convertMngSeq; /** * USER_ID * not null * '문자온 일반회원 ID' */ private String userId; /** * CONVERT_SEQ * 'pgi_faxconvert(문서변환테이블) PK' */ private String convertSeq; /** * CONVERT_SEQ * '팩스 제목' */ private String title; /** * ORIGNL_FILE_NM * '원본파일명' */ private String orignlFileNm; /** * ORIGNL_FILE_NM * '원본파일확장자' */ private String orignlFileExt; /** * STRE_FILE_NM * '저장파일명' */ private String streFileNm; public String getConvertMngSeq() { return convertMngSeq; } public void setConvertMngSeq(String convertMngSeq) { this.convertMngSeq = convertMngSeq; } public String getUserId() { return userId; } public void setUserId(String userId) { this.userId = userId; } public String getConvertSeq() { return convertSeq; } public void setConvertSeq(String convertSeq) { this.convertSeq = convertSeq; } public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } public String getOrignlFileNm() { return orignlFileNm; } public void setOrignlFileNm(String orignlFileNm) { this.orignlFileNm = orignlFileNm; } public String getOrignlFileExt() { return orignlFileExt; } public void setOrignlFileExt(String orignlFileExt) { this.orignlFileExt = orignlFileExt; } public String getStreFileNm() { return streFileNm; } public void setStreFileNm(String streFileNm) { this.streFileNm = streFileNm; } public FaxConvertMngVO() { } public FaxConvertMngVO(String convertMngSeq) { this.convertMngSeq = convertMngSeq; } }

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up