| using System; | 
| using System.Collections.Generic; | 
| using System.Text; | 
|   | 
| namespace WebAPI.Models | 
| { | 
|     public class ClsGy_Supplier_PayPlan | 
|     { | 
|   | 
|         public Int64 HSupID;//      int                 --¹©Ó¦ÉÌ £¨Gy_Supplier£© | 
|         public Int64 HSubID;//    int                  ×ÓÄÚÂë | 
|         public Int64 HSubItemID;//      int   ×ÔÔöÁÐ | 
|         public string HPayType;//    varchar(50)                  ¸¶¿î½×¶Î £¨ÀýÈç Ê׸¶£¬µÚ¶þ±Ê£¬Î²¿î  µÈ ÊÖ¹¤ÊäÈ룩 | 
|         public Int64 HPayRate;//     money               ¸¶¿î±ÈÀý%   £¨ÀýÈç 10% 50% 40%,ÊäÈëÊý×Ö£© | 
|         public Int64 HPayTime;//  int                 ½áËãÖÜÆÚ    £¨ÀýÈç  0 £¬ 1£¬ 2£¬ 3£¬ 6 ´ú±í Æ±µ½ºó¼¸¸öÔ¸¶¿î£¨Ó¦ÊÕµ¥µÄÈÕÆÚ¾ÍÊÇ ·¢Æ±µ½µÄÈÕÆÚ £©£© | 
|         public string HPayRemark;//     varchar(500)                ±¸×¢ËµÃ÷ | 
|   | 
|     } | 
| } |