All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.binarywang.wx.miniapp.bean.invoice.reimburse.InvoiceCommodityInfo Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package cn.binarywang.wx.miniapp.bean.invoice.reimburse;

import lombok.Data;

/**
 * 
 * 发票商品信息
 * 
* @author xiaoyu * @since 2021-03-23 */ @Data public class InvoiceCommodityInfo { /** * 项目(商品)名称 */ private String name; /** * 项目数量 */ private Integer num; /** * 项目单位 */ private String unit; /** * 单价,以分为单位 */ private Integer price; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy