|
@@ -28,7 +28,7 @@ type Salary struct {
|
|
|
T_unemployment_insurance float32 `orm:"digits(12);decimals(2)"` // 需缴纳失业保险
|
|
|
T_medical_insurance float32 `orm:"digits(12);decimals(2)"` // 需缴医疗保险
|
|
|
T_large_medical_insurance float32 `orm:"digits(12);decimals(2)"` // 需缴大额医疗保险
|
|
|
- T_housing_fund float32 `orm:"digits(12);decimals(2)"` // 需缴住房公积金
|
|
|
+ T_housing_fund float32 `orm:"digits(12);decimals(2)"` // 需缴住房公积金MergeCell
|
|
|
T_tax float32 `orm:"digits(12);decimals(2)"` // 需缴个人所得税
|
|
|
T_remark string `orm:"type(text);null"`
|
|
|
T_State int `orm:"size(20);default(1)"` // 1 未发送 2 已发送 3-未提交
|