• 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
팩스 금일/금월/금년 통계 쿼리수정 => (발송건수X매수)
2023-08-01
.codetogether.ignore
mjon_git
2023-06-12
.gitignore
gitignore 적용
2023-06-12
pom.xml
mjon_git
2023-06-12
File name
Commit message
Commit date
java
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
resources
팩스 금일/금월/금년 통계 쿼리수정 => (발송건수X매수)
2023-08-01
webapp
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
File name
Commit message
Commit date
egovframework
mjon_git
2023-06-12
itn
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
File name
Commit message
Commit date
com
pdf 뷰어 커밋
2023-07-31
let
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
web
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
File name
Commit message
Commit date
cop
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
crypto/web
mjon_git
2023-06-12
fax
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
hangulparser
mjon_git
2023-06-12
kakao
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
komoran
mjon_git
2023-06-12
lett
mjon_git
2023-06-12
mail
휴면회원으로 지정 기준날짜 변경
2023-07-25
main
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
mjo
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/hylee/mjon_git
2023-08-01
module/base
mjon_git
2023-06-12
org
mjon_git
2023-06-12
schdlr/service
휴면회원 지정 추가
2023-07-25
sec
mjon_git
2023-06-12
solr
mjon_git
2023-06-12
sts
mjon_git
2023-06-12
sym
회원별 등급 적용 주석처리
2023-07-28
uat
Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/hylee/mjon_git
2023-08-01
uss
고객 문자전송리스트 방식 추가
2023-08-01
utl
이준호 문자온 커밋 - IP 받아오는 방식 수정
2023-07-28
File name
Commit message
Commit date
addr
팩스 주소록관리 편집시 그룹정보 아이디 없으면 조회안되도록 수정
2023-07-05
admin
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
user
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
File name
Commit message
Commit date
service
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
web
팩스 발송내역 상세 페이징 오류 수정
2023-07-17
File name
Commit message
Commit date
impl
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
FaxConvertMngVO.java
mjon_git
2023-06-12
FaxConvertVO.java
mjon_git
2023-06-12
FaxGroupDataVO.java
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
FaxReceiverVO.java
mjon_git
2023-06-12
FaxService.java
팩스 전송목록에 일/월/년 누적 성공건수 통계 추가
2023-08-01
FaxTranVO.java
mjon_git
2023-06-12
hylee 2023-06-12 06fded7 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