| | |
| | | /*********************************************************************** |
| | | * Project: CoreCms |
| | | * Project: baifenBinfa |
| | | * ProjectName: 百分兵法管理系统 |
| | | * Web: hhtp://chuanyin.com |
| | | * Web: http://chuanyin.com |
| | | * Author: |
| | | * Email: |
| | | * CreateTime: 202403/02 |
| | |
| | | var iData = new CoreCmsDistribution(); |
| | | iData.mobile = entity.mobile; |
| | | iData.name = entity.name; |
| | | iData.weixin = ""; |
| | | iData.address = entity.address; |
| | | iData.areaCode = entity.areaCode; |
| | | iData.profession = entity.profession; |
| | | iData.storeBanner = entity.storeBanner; |
| | | iData.sales=entity.sales; |
| | | iData.storeName = entity.storeName; |
| | | iData.storeCoordinate =entity.storeCoordinate; |
| | | iData.schoolName = entity.schoolName; |
| | | iData.idCradNumber = entity.idCradNumber; |
| | | |
| | | jm = await _distributionServices.AddData(iData, _user.ID); |
| | | |
| | | return jm; |