yibo 8 years ago
parent
commit
625e0000cf
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      B3ClientService/BO/Bill/GradeAndWeight/GradeAndWeight_Detail.cs

+ 3
- 0
B3ClientService/BO/Bill/GradeAndWeight/GradeAndWeight_Detail.cs View File

@ -30,5 +30,8 @@ namespace BWP.B3ClientService.BO
[NonDmoProperty] [NonDmoProperty]
public bool IsDeleted { get; set; } public bool IsDeleted { get; set; }
[DbColumn(DefaultValue = 0)]
public bool IsDrop { get; set; }
} }
} }

Loading…
Cancel
Save