fix: 参数缺失
parent
8631fb4222
commit
cd30435074
|
|
@ -40,6 +40,11 @@ public class ArProjectInfoFindOneRequest implements ApiRequest {
|
||||||
*/
|
*/
|
||||||
@SerializedName("trans_date")
|
@SerializedName("trans_date")
|
||||||
private String transDate;
|
private String transDate;
|
||||||
|
/**
|
||||||
|
* 操作时间
|
||||||
|
*/
|
||||||
|
@SerializedName("trans_tradetime")
|
||||||
|
private String transTradeTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 每页行数
|
* 每页行数
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue