- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using XYY.Model.Standard;
- namespace XYY.Data.Standard.UserExtend
- {
- public class User_CustomerExtend:User_Customer
- {
- public int CalculateWeightType { get; set; }
- }
- }
|