package com.hz.phis.vo.money; import lombok.Data; /** * @author CJH */ @Data public class MoneyRuleVo { /**功能编号*/ private String functionCode; }