예제 #1
0
 public ApplicationResourseInfo(BorrowApplication borrow, int type, ResourceInfo resource, int number)
 {
     this.borrow   = borrow;
     this.aRType   = type;
     this.resource = resource;
     this.number   = number;
 }
예제 #2
0
 public ResourceRestore(int rRID, BorrowApplication borrow, ResourceInfo resource, UserInfo user, string rRTime, int rRNumber, string rRRemark)
 {
     this.rRID     = rRID;
     this.borrow   = borrow;
     this.resource = resource;
     this.user     = user;
     this.rRTime   = rRTime;
     this.rRNumber = rRNumber;
     this.rRRemark = rRRemark;
 }
예제 #3
0
 public SpoilageRegister(int sRID, BorrowApplication borrow, ResourceInfo resourse, UserInfo user, int sRNo, string sRGrade, string sRTime, string sRCause, string sRRemark)
 {
     this.sRID     = sRID;
     this.borrow   = borrow;
     this.resourse = resourse;
     this.user     = user;
     this.sRNo     = sRNo;
     this.sRGrade  = sRGrade;
     this.sRTime   = sRTime;
     this.sRCause  = sRCause;
     this.sRRemark = sRRemark;
 }