package common type SealAttributeVo struct { // 【印章样式】印章样式 communist(党委公章), enterprise(普通公章),labour(工会公章),youth_league(共青团),OVAL(椭圆章),rectangle_timestamp(长方形时间戳章),csj_shusp(长三角一网通办),double_cir(双圆章),public_security(公检法司),rectangle(普通长方形章),square(正方形章),doubleline_oval(双行文字椭圆),double_oval(双椭圆章),rectangle_land(规土局方章)。 SealCategory string `json:"sealCategory"` // 【支持的印章规格】支持的印章规格 SealSpecList []*SealSpec `json:"sealSpecList"` }