This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
B3ClientService
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
.
master
yibo
8 years ago
parent
5392f9388d
commit
625e0000cf
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save