You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
550 B
29 lines
550 B
6 years ago
|
FactoryGirl.define do
|
||
|
factory :eclouduser do
|
||
|
applyno "MyString"
|
||
|
ecordercoder "MyString"
|
||
|
string "MyString"
|
||
|
opttype ""
|
||
|
trial false
|
||
|
bossorderid "MyString"
|
||
|
custid ""
|
||
|
custcod "MyString"
|
||
|
string "MyString"
|
||
|
custtype ""
|
||
|
registersource ""
|
||
|
custname "MyString"
|
||
|
userid ""
|
||
|
username "MyString"
|
||
|
useralias "MyString"
|
||
|
moblile "MyString"
|
||
|
email "MyString"
|
||
|
productcode "MyString"
|
||
|
begintime ""
|
||
|
endtime ""
|
||
|
key "MyString"
|
||
|
value "MyString"
|
||
|
opttype ""
|
||
|
code "MyString"
|
||
|
end
|
||
|
end
|