Not Allow :
public List 1_getAccountInfoTwoData() {
}
Allow :
public List _getAccountInfoTwoData() {
}
or
public List getAccountInfoTwoData() {
}
public List 1_getAccountInfoTwoData() {
}
Allow :
public List _getAccountInfoTwoData() {
}
or
public List getAccountInfoTwoData() {
}
No comments:
Post a Comment