feat:信发
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.cool.store.dto.huoma;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Author suzhuhong
|
||||
* @Date 2025/11/6 11:09
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
public class AccountTagDTO {
|
||||
|
||||
@ApiModelProperty("门店编码")
|
||||
private String storeNum;
|
||||
|
||||
@ApiModelProperty("设备名称")
|
||||
private String deviceName;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user