1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- package models
- import (
- "git.listensoft.net/tool/jspkit/common/variable"
- )
- type CompanyInfo struct {
- ComName string `json:"comName,omitempty"`
- TaxNo string `json:"taxNo,omitempty"`
- Dlfs string `json:"dlfs,omitempty"`
- Xzsf string `json:"xzsf,omitempty"`
- IdNo string `json:"id_no,omitempty"`
- Password string `json:"password,omitempty"`
- Zzrxm string `json:"zzrxm,omitempty"`
- Zzridno string `json:"zzridno,omitempty"`
- Zzrmm string `json:"zzrmm,omitempty"`
- Tel string `json:"tel,omitempty"`
- Area string `json:"area,omitempty"`
- Period string `json:"period,omitempty"`
- VatBc bool `json:"vatBc,omitempty"`
- Sffgs bool `json:"sffgs,omitempty"`
- Lslf bool `json:"lslf,omitempty"`
- AccountSystem variable.Kjze `json:"accountSystem,omitempty"`
- Gslx variable.Gslx `json:"gslx,omitempty"`
- Sfxy string `json:"sfxy,omitempty"`
- Nsrlx variable.Nsrlx `json:"nsrlx,omitempty"`
- Qysdslx variable.Qysdslx `json:"qysdslx,omitempty"`
- XjllbSb bool `json:"xjllb_sb,omitempty"`
- Bsbcwbb bool `json:"bsbcwbb,omitempty"`
- Sfsxbdc bool `json:"sfxsbdc,omitempty"`
- Zgswjg string `json:"zgswjg"`
- HqDkFp bool `json:"hqDkFp,omitempty"`
- Cscsts bool `json:"cscsts,omitempty"`
- comURL string
- Ckts bool `json:"ckts,omitempty"`
- GxqrAll bool `json:"gxqrAll,omitempty"`
- NewTaxBsQx bool
- LoginChsCom string
- Jcwq bool `json:"jcwq"`
- IsNewApp bool `json:"isNewApp"`
- GsMm string `json:"gsMm"`
- GsDlfs string `json:"gsDlfs"`
- NoTxfFp bool `json:"noTxfFp"`
- Wqsb bool
- Dldl bool `json:"dldl"`
- AgTaxNo string `json:"agTaxNo"`
- AgTel string `json:"agTel"`
- AgPwd string `json:"agPwd"`
- SheBaoPassword string `json:"shebaoPassword"`
- SheBaoPasswordLogin string `json:"shebaoPasswordLogin"`
- ConvertKj string
- Qzsbcwbb bool `json:"qzsbcwbb"`
- }
|