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

io.github.ealenxie.goodcang.warehouse.SenderInfo Maven / Gradle / Ivy

The newest version!
package io.github.ealenxie.goodcang.warehouse;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class SenderInfo {

    /**
     * 发件人姓名
     */
    private String name;
    /**
     * 发件人电话
     */
    private String phone;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy