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