mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 后管查询sim卡信息DTO
|
||||
*
|
||||
* @author JS-ZZA
|
||||
* @date 2023/2/17 11:24
|
||||
*/
|
||||
@Data
|
||||
public class QuerySimInfoDTO {
|
||||
/**
|
||||
* 桩编码
|
||||
*/
|
||||
private String pileSn;
|
||||
|
||||
/**
|
||||
* iccId
|
||||
*/
|
||||
private String iccId;
|
||||
|
||||
/**
|
||||
* 到期时间
|
||||
*/
|
||||
private String expiredTime;
|
||||
|
||||
/**
|
||||
* sim卡商
|
||||
*/
|
||||
private String simSupplier;
|
||||
}
|
||||
Reference in New Issue
Block a user