mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 16:43:32 +09:00
임시 커밋
This commit is contained in:
@@ -54,10 +54,7 @@ export default {
|
||||
},
|
||||
methods : {
|
||||
search: function(isKeep) {
|
||||
|
||||
|
||||
},
|
||||
|
||||
setUserInfo (props){
|
||||
this.$emit('event-data', props)
|
||||
this.UserListPopClose();
|
||||
|
||||
@@ -27,4 +27,6 @@ public class ChrgDetail implements Serializable{
|
||||
private String bizrNo;
|
||||
@ApiModelProperty(example = "충전seq", name = "충전seq", dataType = "String")
|
||||
private String chrgSeq;
|
||||
@ApiModelProperty(example = "가입구분", name = "가입구분", dataType = "String")
|
||||
private String joinDiv;
|
||||
}
|
||||
|
||||
@@ -19,5 +19,6 @@ public class UserinInfo implements Serializable{
|
||||
private String userSttusCd;
|
||||
@ApiModelProperty(example = "이용자 유형 코드", name = "이용자 유형 코드", dataType = "String")
|
||||
private String userTpCd;
|
||||
|
||||
@ApiModelProperty(example = "가입구분", name = "가입구분", dataType = "String")
|
||||
private String joinDiv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user