You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
179 B

package copartner
var PersonalLogic = &personalLogic{}
type personalLogic struct {
}
// Add @Title 添加合伙人-个人
func (*personalLogic) Add(phone, nickname string) {
}