package com.example.dto.xian.meiji; import lombok.Data; /** * ClassName: FeiYongIdDto
* Description:
* date: 2024/12/10 20:16
* * @author zjh
*/ @Data public class FeiYongIdDto { //费用Id private String feiYongId; }