Commit 78cdf239 by 王力

Merge branch 'feature_mvp616_wangl' into 'develop'

修改

See merge request !47
2 parents 5ec1a036 e0ddf060
package com.alibaba.cloud.integration.order.dto;
import lombok.Data;
@Data
public class UserLoginDTO {
private String account;
private String password;
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!