• 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
팩스 주소록 완료
2024-12-11
.codetogether.ignore
mjon_git
2023-06-12
.gitignore
gitignore 적용
2023-06-12
pom.xml
문자전송개선 테스트
2024-11-27
File name
Commit message
Commit date
java
문자발송 - 번호추가 안내문구 수정 / 발송결과에 단문 장문 구분 수정
2024-12-09
resources
팩스 주소록 완료
2024-12-11
webapp
팩스 주소록 완료
2024-12-11
File name
Commit message
Commit date
egovframework
custom idgen 수정
2024-11-27
itn
문자발송 - 번호추가 안내문구 수정 / 발송결과에 단문 장문 구분 수정
2024-12-09
File name
Commit message
Commit date
com
문자 개별단가별 그룹화하여 분리 발송
2024-12-06
let
문자발송 - 번호추가 안내문구 수정 / 발송결과에 단문 장문 구분 수정
2024-12-09
web
스케줄러 500개로 줄임
2024-11-06
File name
Commit message
Commit date
cop
이용약관 및 개인정보 내용 수정
2024-10-28
crypto/web
mjon_git
2023-06-12
fax
팩스 주소록 삭제기능 수정중
2024-11-11
hangulparser
mjon_git
2023-06-12
kakao
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/hylee/mjon_git into advc
2024-11-14
komoran
mjon_git
2023-06-12
lett
선택한 그림문자의 우선선위 변경 기능 추가
2023-09-05
mail
문자발송로직 impl 화 완료 -> 리펙토링 진행 중
2024-09-27
main
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
mjo
문자발송 - 번호추가 안내문구 수정 / 발송결과에 단문 장문 구분 수정
2024-12-09
module/base
문자전송개선 테스트
2024-11-27
org
mjon_git
2023-06-12
schdlr/service
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/hylee/mjon_git into advc
2024-11-14
sec
mjon_git
2023-06-12
solr
mjon_git
2023-06-12
sts
mjon_git
2023-06-12
sym
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/hylee/mjon_git into advc
2024-11-14
uat
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/hylee/mjon_git into advc
2024-09-10
uss
slack 개발 운영 분기
2024-12-04
utl
회원 이메일 발송 건수 15분 단위로 기존 200건 -> 500건으로 변경
2024-10-25
File name
Commit message
Commit date
addr
팩스 주소록 삭제기능 수정중
2024-11-11
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 8d09a13 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