7 lines
128 B
Go
7 lines
128 B
Go
package request
|
|
|
|
// LocationImportRow Excel中单行库位数据
|
|
type LocationImportRow struct {
|
|
Code string // 库位编码
|
|
}
|