wxyj.html 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8">
  5. <style type="text/css">
  6. <!--
  7. @import url(md.css);
  8. @import url(../md.css);
  9. -->
  10. </style>
  11. </head>
  12. <body>
  13. <h1 id="TBaseShebao">TBaseShebao</h1>
  14. <pre><code>private int param_id;
  15. /** 城市代码 */
  16. private int city_code;
  17. /** 父主ID(补缴方案对应的主ID) */
  18. private int p_id;
  19. /** 社保类型名 */
  20. private String shebao_name;
  21. /** 操作规则 */
  22. private int opt_rule;
  23. /** 服务费 */
  24. private double charge;
  25. /** 打包买服务费 */
  26. private double pkg_charge;
  27. /** 社保卡服务费 */
  28. private double card_charge;
  29. /** 预收费用 */
  30. private double pre_cost;
  31. /** 增员截止日期 */
  32. private int inc_day;
  33. /** 减员截止日期 */
  34. private int dec_day;
  35. /** 可补缴月数 */
  36. private int repay_num;
  37. /** 补缴服务费 */
  38. private double repay_charge;
  39. /** 补缴描述 */
  40. private String repay_desc;
  41. /** 社保参数描述 */
  42. private String shebao_desc;
  43. /** 更新时间 */
  44. private String update_time;
  45. </code></pre>
  46. <hr>
  47. <h1 id="TBaseFund">TBaseFund</h1>
  48. <pre><code>private int param_id = 0;
  49. /** 城市代码 */
  50. private int city_code = 0;
  51. /** 操作规则代码 */
  52. private int opt_rule = 0;
  53. /** 公积金服务费 */
  54. private double charge = 69;
  55. /** 增员截止日期 */
  56. private int inc_day = 1;
  57. /** 减员日期 */
  58. private int dec_day = 1;
  59. /** 可否单独购买 */
  60. private int fund_only = 1;
  61. /** 最大基数金额 */
  62. private double max_amount = 0;
  63. /** 最小基数金额 */
  64. private double min_amount = 0;
  65. /** 企业比例 */
  66. private double eratio = 0;
  67. /** 个人比例 */
  68. private double pratio = 0;
  69. /** 描述 */
  70. private String fund_desc = &quot;&quot;;
  71. /** 更新时间 */
  72. private String update_time = &quot;&quot;;
  73. /** 公积金补缴服务费 */
  74. private double repay_charge;
  75. /** 可补缴月数 */
  76. private int repay_num;
  77. /** 补缴说明 */
  78. private String repay_desc;
  79. </code></pre>
  80. <hr>
  81. <h1 id="TCompanyUser"> TCompanyUser </h1>
  82. <pre><code>/** */
  83. private int user_id;
  84. /** 公司标识 */
  85. private int company_id;
  86. /** 员工姓名 */
  87. private String user_name;
  88. /** 身份证号码 */
  89. private String id_card;
  90. /** 民族 */
  91. private String nation;
  92. /** 手机号 联系方式 */
  93. private String phone;
  94. /** 性别 */
  95. private int gender;
  96. </code></pre>
  97. <hr>
  98. <h1 id="TWxyjPlan">TWxyjPlan</h1>
  99. <pre><code>private int id;
  100. /** 城市代码 */
  101. private int city_code;
  102. /** 企业标识 */
  103. private int ent_id;
  104. /** 操作人 */
  105. private int opt_userid;
  106. /** 工伤比例 */
  107. private double injury = 0;
  108. /** 失业比例 */
  109. private double lose_job = 0;
  110. /** 每月申报截止时间 */
  111. private int dec_day = 0;
  112. /** 生成日期 */
  113. private int gen_day = 0;
  114. /** 更新时间 */
  115. private Date update_time;
  116. </code></pre>
  117. <hr>
  118. <h1 id="TWxyjEmployee"> TWxyjEmployee </h1>
  119. <pre><code>/** */
  120. int id;
  121. /** 总表ID */
  122. int summary_id;
  123. /** 企业标识 */
  124. int ent_id;
  125. /** 员工标识 */
  126. int city_code;
  127. /** 操作月份 */
  128. int opt_month;
  129. /** 员工标识 */
  130. int com_userid;
  131. /** 参数名称 */
  132. String param_name;
  133. /** 总金额 */
  134. double total_fee;
  135. /** 企业总金额 */
  136. double ent_total;
  137. /** 个人总金额 */
  138. double p_total;
  139. /** 社保自然月份 */
  140. int shebao_month;
  141. /** 社保 1增员, 5在保 */
  142. int shebao_normal;
  143. /** 公积金自然月份 */
  144. int fund_month;
  145. /** 公积金 1增员, 5在保 */
  146. int fund_normal;
  147. /** 社保状态 */
  148. int shebao_status;
  149. /** 公积金状态 */
  150. int fund_status;
  151. /** 生成时间 */
  152. Date gen_time;
  153. /** 更新时间 */
  154. Date update_time;
  155. /** 状态变更说明 */
  156. String shebao_note;
  157. /** 状态变更说明 */
  158. String fund_note;
  159. </code></pre>
  160. <hr>
  161. <h1 id="TWxyjEmployeeData"> TWxyjEmployeeData </h1>
  162. <pre><code>/** 主汇总ID */
  163. int summary_id;
  164. /** 五险一金数据ID */
  165. int eid;
  166. /** 1社保 2公积金 */
  167. int wxyj;
  168. /** 基数类型 */
  169. int radix_type;
  170. /** 基数 */
  171. double radix;
  172. /** 社保或公积金总额 */
  173. double total_fee;
  174. /** 企业金额 */
  175. double ent_amount;
  176. /** 个人金额 */
  177. double p_amount;
  178. /** 服务费 */
  179. double charge;
  180. /** 办卡服务费 */
  181. double card_charge;
  182. /** 企业的各项金额值(JSON格式) */
  183. String ent_data;
  184. /** 个人的各项金额值(JSON格式) */
  185. String p_data;
  186. /** 预收费用 */
  187. double pre_cost;
  188. /** */
  189. Date gen_time;
  190. /** 生成依据描述 */
  191. String gen_note;
  192. </code></pre>
  193. <hr>
  194. <h1 id="TWxyjEmployeeDec"> TWxyjEmployeeDec </h1>
  195. <pre><code>/** */
  196. int id;
  197. /** */
  198. int summary_id;
  199. /** */
  200. int ent_id;
  201. /** */
  202. int com_userid;
  203. /** */
  204. int city_code;
  205. /** 减员操作月份 */
  206. int opt_month;
  207. /** 社保减员对应实际月份 */
  208. int shebao_month;
  209. /** 社保减员状态 */
  210. int shebao_status;
  211. /** 公积金减员月份 */
  212. int fund_month;
  213. /** 状态 */
  214. int fund_status;
  215. /** 生成时间 */
  216. Date gen_time;
  217. /** 更新时间 */
  218. Date updte_time;
  219. /** 生成说明 */
  220. String gen_note;
  221. /** 变更说明 */
  222. String shebao_status_note;
  223. /** */
  224. String fund_status_note;
  225. </code></pre>
  226. <hr>
  227. <h1 id="WXYJManagerVO"> WXYJManagerVO </h1>
  228. <p>计算完成后的列表的数据结构, 存档列表的数据的结构.</p>
  229. <pre><code>Map&lt;String, Object&gt; headList; // 社保明细表头
  230. List&lt;?&gt; dataList; // 数据列表
  231. int inc_count; // 增员人数
  232. int normal_count; // 在保人数
  233. int dec_count; // 减员人数
  234. MemberFeeChargeVO memberFeeCharge; // 人数, 金额汇总数据. 存档的数据才有值.
  235. </code></pre>
  236. <hr>
  237. <h1 id="MemberFeeChargeVO"> MemberFeeChargeVO </h1>
  238. <pre><code>int members; // 员工数量
  239. double total_fees; // 参缴金额数目
  240. double charges; // 服务费数目
  241. </code></pre>
  242. <hr>
  243. <script src="../md.js"></script>
  244. </body>
  245. </html>