package com.vci.ubcs.code.vo.webserviceModel.coderule; import com.thoughtworks.xstream.annotations.XStreamAsAttribute; public class CodeSectionValueVO { /*** * 码值主键 */ private String id; /*** * 码值编号 */ private String num; /*** * 码段值 */ private String value; /** * 描述 */ @XStreamAsAttribute private String description; }