You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
304 B

package jnpf.model;
import lombok.Data;
/**
*
* @author Allen Pan
* @version V3.4.1
* @copyright 长江云息
* @date 2021/3/16 9:47
*/
@Data
public class ContractInfoVO {
private String id;
private String contractName;
private String mytelePhone;
private String fileJson;
}